/external/lisa/libs/utils/android/ |
D | system.py | 33 def systrace_start(target, trace_file, time=None, argument 90 def systrace_wait(target, systrace_output): argument 94 def set_airplane_mode(target, on=True): argument 113 def _set_svc(target, cmd, on=True): argument 123 def set_mobile_data(target, on=True): argument 130 def set_wifi(target, on=True): argument 137 def set_nfc(target, on=True): argument 144 def start_app(target, apk_name): argument 155 def start_activity(target, apk_name, activity_name): argument 168 def start_action(target, action, action_args=''): argument [all …]
|
D | screen.py | 28 def set_orientation(target, auto=True, portrait=None): argument 67 def set_brightness(target, auto=True, percent=None): argument 95 def set_dim(target, auto=True): argument 109 def set_timeout(target, seconds=30): argument 125 def set_defaults(target): argument 136 def get_screen_density(target): argument 143 def set_screen(target, on=True): argument 153 def unlock(target): argument 160 def set_doze_always_on(target, on=True): argument
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 233 TypeLiteral<? extends T> target) { in implement() 241 Class<? extends T> target) { in implement() 249 TypeLiteral<? extends T> target) { in implement() 257 Class<? extends T> target) { in implement() 265 TypeLiteral<? extends T> target) { in implement() 273 Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 281 Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target) { in implement() [all …]
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithAdditionalAnswersTest.java | 86 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_one_parameter_function() local 116 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_two_parameter_function() local 134 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_three_parameter_function() local 149 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_three_parameter_function() local 167 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_four_parameter_function() local 183 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_four_parameter_function() local 202 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_five_parameter_function() local 217 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_five_parameter_function() local
|
/external/mesa3d/src/mesa/main/ |
D | histogram.c | 38 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnMinmaxARB() 48 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetMinmax() 56 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnHistogramARB() 66 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetHistogram() 74 _mesa_GetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetHistogramParameterfv() 83 _mesa_GetHistogramParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetHistogramParameteriv() 92 _mesa_GetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetMinmaxParameterfv() 101 _mesa_GetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetMinmaxParameteriv() 110 _mesa_Histogram(GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) in _mesa_Histogram() 119 _mesa_Minmax(GLenum target, GLenum internalFormat, GLboolean sink) in _mesa_Minmax() [all …]
|
D | convolve.c | 41 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenu… in _mesa_ConvolutionFilter1D() 49 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLen… in _mesa_ConvolutionFilter2D() 58 _mesa_ConvolutionParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_ConvolutionParameterf() 67 _mesa_ConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ConvolutionParameterfv() 76 _mesa_ConvolutionParameteri(GLenum target, GLenum pname, GLint param) in _mesa_ConvolutionParameteri() 85 _mesa_ConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ConvolutionParameteriv() 94 _mesa_CopyConvolutionFilter1D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width) in _mesa_CopyConvolutionFilter1D() 103 _mesa_CopyConvolutionFilter2D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width… in _mesa_CopyConvolutionFilter2D() 112 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, in _mesa_GetnConvolutionFilterARB() 122 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, in _mesa_GetConvolutionFilter() [all …]
|
D | colortab.c | 42 _mesa_ColorTable( GLenum target, GLenum internalFormat, in _mesa_ColorTable() 53 _mesa_ColorSubTable( GLenum target, GLsizei start, in _mesa_ColorSubTable() 64 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable() 74 _mesa_CopyColorSubTable(GLenum target, GLsizei start, in _mesa_CopyColorSubTable() 84 _mesa_GetnColorTableARB( GLenum target, GLenum format, GLenum type, in _mesa_GetnColorTableARB() 93 _mesa_GetColorTable( GLenum target, GLenum format, in _mesa_GetColorTable() 102 _mesa_ColorTableParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ColorTableParameterfv() 112 _mesa_ColorTableParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ColorTableParameteriv() 122 _mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetColorTableParameterfv() 131 _mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetColorTableParameteriv()
|
D | arbprogram.c | 50 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB() 246 GLenum target, GLuint index, GLfloat **param) in get_local_param_pointer() 286 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer() 312 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() 406 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB() 419 _mesa_ProgramEnvParameter4dvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dvARB() 433 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fARB() 455 _mesa_ProgramEnvParameter4fvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fvARB() 472 _mesa_ProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, in _mesa_ProgramEnvParameters4fvEXT() 510 _mesa_GetProgramEnvParameterdvARB(GLenum target, GLuint index, in _mesa_GetProgramEnvParameterdvARB() [all …]
|
D | teximage.h | 44 _mesa_is_cube_face(GLenum target) in _mesa_is_cube_face() 58 _mesa_num_tex_faces(GLenum target) in _mesa_num_tex_faces() 77 _mesa_cube_face_target(GLenum target, unsigned face) in _mesa_cube_face_target() 94 _mesa_tex_target_to_face(GLenum target) in _mesa_tex_target_to_face()
|
D | formatquery.c | 62 _legal_parameters(struct gl_context *ctx, GLenum target, GLenum internalformat, in _legal_parameters() 383 _is_target_supported(struct gl_context *ctx, GLenum target) in _is_target_supported() 452 _is_resource_supported(struct gl_context *ctx, GLenum target, in _is_resource_supported() 540 _is_internalformat_supported(struct gl_context *ctx, GLenum target, in _is_internalformat_supported() 578 GLenum target) in _legal_target_for_framebuffer_texture_layer() 608 _mesa_query_internal_format_default(struct gl_context *ctx, GLenum target, in _mesa_query_internal_format_default() 721 equivalentSizePname(GLenum target, in equivalentSizePname() 766 get_target_dimensions(GLenum target) in get_target_dimensions() 810 is_multisample_target(GLenum target) in is_multisample_target() 823 _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, in _mesa_GetInternalformativ() [all …]
|
/external/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_not_eol.pass.cpp | 25 std::string target = "foo"; in main() local 32 std::string target = "foo"; in main() local 39 std::string target = "refoo"; in main() local 46 std::string target = "refoo"; in main() local
|
D | match_not_bol.pass.cpp | 25 std::string target = "foo"; in main() local 32 std::string target = "foo"; in main() local 39 std::string target = "fooby"; in main() local 46 std::string target = "fooby"; in main() local
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 52 internal static bool IsValueType(this Type target) in IsValueType() 60 internal static bool IsAssignableFrom(this Type target, Type c) in IsAssignableFrom() 70 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() 97 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 319 private void adopt(Label target) { in adopt() 349 public void jump(Label target) { in jump() 478 public <T> void loadConstant(Local<T> target, T value) { in loadConstant() 495 public <T> void move(Local<T> target, Local<T> source) { in move() 505 public <T> void op(UnaryOp op, Local<T> target, Local<T> source) { in op() 516 public <T1, T2> void op(BinaryOp op, Local<T1> target, Local<T1> a, Local<T2> b) { in op() 550 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() 568 public void compareLongs(Local<Integer> target, Local<Long> a, Local<Long> b) { in compareLongs() 579 public <D, V> void iget(FieldId<D, V> fieldId, Local<V> target, Local<D> instance) { in iget() 597 public <V> void sget(FieldId<?, V> fieldId, Local<V> target) { in sget() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite_inl.h | 603 uint8* target) { in WriteTagToArray() 609 uint8* target) { in WriteInt32NoTagToArray() 613 uint8* target) { in WriteInt64NoTagToArray() 618 uint8* target) { in WriteUInt32NoTagToArray() 622 uint8* target) { in WriteUInt64NoTagToArray() 626 uint8* target) { in WriteSInt32NoTagToArray() 631 uint8* target) { in WriteSInt64NoTagToArray() 636 uint8* target) { in WriteFixed32NoTagToArray() 640 uint8* target) { in WriteFixed64NoTagToArray() 644 uint8* target) { in WriteSFixed32NoTagToArray() [all …]
|
/external/v8/src/builtins/ |
D | builtins-reflect.cc | 24 Handle<Object> target = args.at(1); in BUILTIN() local 55 Handle<Object> target = args.at(1); in BUILTIN() local 78 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local 102 Handle<Object> target = args.at(1); in BUILTIN() local 128 Handle<Object> target = args.at(1); in BUILTIN() local 145 Handle<Object> target = args.at(1); in BUILTIN() local 169 Handle<Object> target = args.at(1); in BUILTIN() local 188 Handle<Object> target = args.at(1); in BUILTIN() local 210 Handle<Object> target = args.at(1); in BUILTIN() local 228 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local [all …]
|
/external/nanopb-c/tests/site_scons/ |
D | site_init.py | 16 def run_test(target, source, env): argument 47 def decode_actions(source, target, env, for_signature): argument 58 def encode_actions(source, target, env, for_signature): argument 69 def compare_files(target, source, env): argument 84 def match_files(target, source, env): argument
|
/external/tpm2/ |
D | tpm_generated.c | 33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() 81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() 129 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size) { in uint16_t_Unmarshal() 177 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size) { in int16_t_Unmarshal() 225 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) { in uint32_t_Unmarshal() 273 TPM_RC int32_t_Unmarshal(int32_t* target, BYTE** buffer, INT32* size) { in int32_t_Unmarshal() 321 TPM_RC uint64_t_Unmarshal(uint64_t* target, BYTE** buffer, INT32* size) { in uint64_t_Unmarshal() 369 TPM_RC int64_t_Unmarshal(int64_t* target, BYTE** buffer, INT32* size) { in int64_t_Unmarshal() 397 TPM_RC BYTE_Unmarshal(BYTE* target, BYTE** buffer, INT32* size) { in BYTE_Unmarshal() 405 TPM_RC INT16_Unmarshal(INT16* target, BYTE** buffer, INT32* size) { in INT16_Unmarshal() [all …]
|
/external/iptables/extensions/ |
D | libxt_SET.c | 52 set_target_init_v0(struct xt_entry_target *target) in set_target_init_v0() 89 const void *entry, struct xt_entry_target **target) in set_target_parse_v0() 127 set_target_print_v0(const void *ip, const struct xt_entry_target *target, in set_target_print_v0() 137 set_target_save_v0(const void *ip, const struct xt_entry_target *target) in set_target_save_v0() 147 set_target_init_v1(struct xt_entry_target *target) in set_target_init_v1() 190 const void *entry, struct xt_entry_target **target) in set_target_parse_v1() 226 set_target_print_v1(const void *ip, const struct xt_entry_target *target, in set_target_print_v1() 236 set_target_save_v1(const void *ip, const struct xt_entry_target *target) in set_target_save_v1() 283 set_target_init_v2(struct xt_entry_target *target) in set_target_init_v2() 295 const void *entry, struct xt_entry_target **target) in set_target_parse_v2() [all …]
|
/external/v8/ |
D | genmakefiles.py | 49 def _writeMkpeepholeMakefile(target): argument 80 def _writeV8SrcMakefile(target): argument 150 def _writeGeneratedFilesMakfile(target): argument 229 def _writeLibBaseMakefile(target): argument
|
/external/android-clat/ |
D | getaddr.c | 33 struct target { struct 43 * data - (struct target) info for which address we're looking for argument
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1549 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() 1558 glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat *params) in glGetColorTableParameterfvEXT() 1566 glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint *params) in glGetColorTableParameterivEXT() 1574 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() 1583 gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_357() 1591 gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_358() 1599 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvo… in gl_dispatch_stub_359() 1610 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() 1620 gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_362() 1628 gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_363() [all …]
|
/external/autotest/ |
D | ssp_deploy_config.json | 4 "target": "/etc/resolv.conf", string 10 "target": "/root/.ssh", string 16 "target": "/usr/local/autotest/shadow_config.ini", string 22 "target": "/usr/local/autotest/moblab_config.ini", string
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | parse_curly_brackets.pass.cpp | 30 std::string target("{a}"); in test1() local 40 std::string target("{a}"); in test2() local 50 std::string target("{a}"); in test3() local 60 std::string target("{a}"); in test4() local
|
/external/toolchain-utils/automation/clients/helper/ |
D | crosstool.py | 19 def CheckoutCrosstool(self, target): argument 28 def BuildRelease(self, checkout_dir, target): argument 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): argument 46 def GenerateReport(self, testrun_dirs, manifests_dir, target, boards): argument 92 def BuildRelease(self, target): argument 123 def RunTests(self, target, board, component='gcc'): argument
|