/external/llvm-project/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_multiline.pass.cpp | 23 const char* target, bool expected) in search() 52 const char* target = "foo"; in main() local 70 const char* target = "\nfoo"; in main() local 88 const char* target = "bar\nfoo"; in main() local 107 const char* target = "foo"; in main() local 125 const char* target = "foo\n"; in main() local 143 const char* target = "foo\nbar"; in main() local 163 const char* target = "foo"; in main() local 181 const char* target = "\rfoo"; in main() local 199 const char* target = "bar\rfoo"; in main() local [all …]
|
D | match_not_eol.pass.cpp | 24 std::string target = "foo"; in main() local 31 std::string target = "foo"; in main() local 38 std::string target = "refoo"; in main() local 45 std::string target = "refoo"; in main() local
|
D | match_not_bol.pass.cpp | 24 std::string target = "foo"; in main() local 31 std::string target = "foo"; in main() local 38 std::string target = "fooby"; in main() local 45 std::string target = "fooby"; in main() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Reader.java | 209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() 217 void readFloatList(List<Float> target) throws IOException; in readFloatList() 225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 233 void readInt64List(List<Long> target) throws IOException; in readInt64List() 241 void readInt32List(List<Integer> target) throws IOException; in readInt32List() 249 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 257 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List() 265 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() 272 void readStringList(List<String> target) throws IOException; in readStringList() 280 void readStringListRequireUtf8(List<String> target) throws IOException; in readStringListRequireUtf8() [all …]
|
D | UnsafeUtil.java | 114 static byte getByte(Object target, long offset) { in getByte() 118 static void putByte(Object target, long offset, byte value) { in putByte() 122 static int getInt(Object target, long offset) { in getInt() 126 static void putInt(Object target, long offset, int value) { in putInt() 130 static long getLong(Object target, long offset) { in getLong() 134 static void putLong(Object target, long offset, long value) { in putLong() 138 static boolean getBoolean(Object target, long offset) { in getBoolean() 142 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 146 static float getFloat(Object target, long offset) { in getFloat() 150 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_rotation_unittest.cc | 51 BasicDesktopFrame target(DesktopSize(4, 3)); in TEST() local 67 BasicDesktopFrame target(DesktopSize(3, 4)); in TEST() local 82 BasicDesktopFrame target(DesktopSize(4, 3)); in TEST() local 98 BasicDesktopFrame target(DesktopSize(3, 4)); in TEST() local 115 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 132 BasicDesktopFrame target(DesktopSize(3, 5)); in TEST() local 147 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 164 BasicDesktopFrame target(DesktopSize(3, 5)); in TEST() local 188 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 203 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local [all …]
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | BufferKotlinTest.kt | 40 val target = Buffer() in copyToOutputStream() constant 50 val target = Buffer() in copyToOutputStreamWithOffset() constant 60 val target = Buffer() in copyToOutputStreamWithByteCount() constant 70 val target = Buffer() in copyToOutputStreamWithOffsetAndByteCount() constant 80 val target = Buffer() in writeToOutputStream() constant 90 val target = Buffer() in writeToOutputStreamWithByteCount() constant
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 217 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 222 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 227 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 233 TypeLiteral<T> source, TypeLiteral<? extends T> target) { in implement() 239 Class<T> source, Annotation annotation, Class<? extends T> target) { in implement() 245 Class<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 251 TypeLiteral<T> source, Annotation annotation, Class<? extends T> target) { in implement() 257 TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 271 TypeLiteral<? extends T> target) { in implement() [all …]
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | slices.py | 38 def get_item(target, i, opts): argument 70 def _tf_tensorarray_get_item(target, i): argument 75 def _tf_tensor_list_get_item(target, i, opts): argument 84 def _tf_tensor_get_item(target, i): argument 89 def _tf_tensor_string_get_item(target, i): argument 95 def _py_get_item(target, i): argument 100 def set_item(target, i, x): argument 128 def _tf_tensorarray_set_item(target, i, x): argument 133 def _tf_tensor_list_set_item(target, i, x): argument 138 def _tf_tensor_set_item(target, i, x): argument [all …]
|
/external/mesa3d/src/mesa/main/ |
D | histogram.c | 37 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnMinmaxARB() 47 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetMinmax() 55 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnHistogramARB() 65 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetHistogram() 73 _mesa_GetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetHistogramParameterfv() 82 _mesa_GetHistogramParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetHistogramParameteriv() 91 _mesa_GetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetMinmaxParameterfv() 100 _mesa_GetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetMinmaxParameteriv() 109 _mesa_Histogram(GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) in _mesa_Histogram() 118 _mesa_Minmax(GLenum target, GLenum internalFormat, GLboolean sink) in _mesa_Minmax() [all …]
|
D | arbprogram.c | 46 flush_vertices_for_program_constants(struct gl_context *ctx, GLenum target) in flush_vertices_for_program_constants() 63 lookup_or_create_program(GLuint id, GLenum target, const char* caller) in lookup_or_create_program() 104 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB() 270 get_current_program(struct gl_context* ctx, GLenum target, const char* caller) in get_current_program() 289 struct gl_program* prog, GLenum target, in get_local_param_pointer() 319 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer() 345 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 448 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() 466 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, in _mesa_NamedProgramStringEXT() 483 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB() [all …]
|
D | convolve.c | 40 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenu… in _mesa_ConvolutionFilter1D() 48 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLen… in _mesa_ConvolutionFilter2D() 57 _mesa_ConvolutionParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_ConvolutionParameterf() 66 _mesa_ConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ConvolutionParameterfv() 75 _mesa_ConvolutionParameteri(GLenum target, GLenum pname, GLint param) in _mesa_ConvolutionParameteri() 84 _mesa_ConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ConvolutionParameteriv() 93 _mesa_CopyConvolutionFilter1D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width) in _mesa_CopyConvolutionFilter1D() 102 _mesa_CopyConvolutionFilter2D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width… in _mesa_CopyConvolutionFilter2D() 111 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, in _mesa_GetnConvolutionFilterARB() 121 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, in _mesa_GetConvolutionFilter() [all …]
|
D | colortab.c | 41 _mesa_ColorTable( GLenum target, GLenum internalFormat, in _mesa_ColorTable() 52 _mesa_ColorSubTable( GLenum target, GLsizei start, in _mesa_ColorSubTable() 63 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable() 73 _mesa_CopyColorSubTable(GLenum target, GLsizei start, in _mesa_CopyColorSubTable() 83 _mesa_GetnColorTableARB( GLenum target, GLenum format, GLenum type, in _mesa_GetnColorTableARB() 92 _mesa_GetColorTable( GLenum target, GLenum format, in _mesa_GetColorTable() 101 _mesa_ColorTableParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ColorTableParameterfv() 111 _mesa_ColorTableParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ColorTableParameteriv() 121 _mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetColorTableParameterfv() 130 _mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetColorTableParameteriv()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithAdditionalAnswersTest.java | 102 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_one_parameter_function() local 132 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_two_parameter_function() local 150 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_three_parameter_function() local 165 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_three_parameter_function() local 183 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_four_parameter_function() local 199 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_four_parameter_function() local 218 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_five_parameter_function() local 233 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_five_parameter_function() local
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 643 int field_number, const MessageLite& value, uint8* target) { in WriteGroupToArray() 647 int field_number, const MessageLite& value, uint8* target) { in WriteMessageToArray() 1357 uint8* target) { in WriteTagToArray() 1363 uint8* target) { in WriteInt32NoTagToArray() 1367 uint8* target) { in WriteInt64NoTagToArray() 1372 uint8* target) { in WriteUInt32NoTagToArray() 1376 uint8* target) { in WriteUInt64NoTagToArray() 1380 uint8* target) { in WriteSInt32NoTagToArray() 1385 uint8* target) { in WriteSInt64NoTagToArray() 1390 uint8* target) { in WriteFixed32NoTagToArray() [all …]
|
/external/okio/okio/src/commonTest/kotlin/okio/ |
D | BufferCommonTest.kt | 28 val target = Buffer() in copyToBuffer() constant 38 val target = Buffer() in copyToBufferWithOffset() constant 48 val target = Buffer() in copyToBufferWithByteCount() constant 58 val target = Buffer() in copyToBufferWithOffsetAndByteCount() constant
|
/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() 561 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() 579 public void compareLongs(Local<Integer> target, Local<Long> a, Local<Long> b) { in compareLongs() 590 public <D, V> void iget(FieldId<D, ? extends V> fieldId, Local<V> target, Local<D> instance) { in iget() 608 public <V> void sget(FieldId<?, ? extends V> fieldId, Local<V> target) { in sget() [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/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/llvm-project/lldb/source/Symbol/ |
D | FuncUnwinders.cpp | 60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, in GetUnwindPlanAtCallSite() 80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { in GetCompactUnwindUnwindPlan() 105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { in GetObjectFileUnwindPlan() 125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { in GetEHFrameUnwindPlan() 143 UnwindPlanSP FuncUnwinders::GetDebugFrameUnwindPlan(Target &target) { in GetDebugFrameUnwindPlan() 161 UnwindPlanSP FuncUnwinders::GetArmUnwindUnwindPlan(Target &target) { in GetArmUnwindUnwindPlan() 214 FuncUnwinders::GetObjectFileAugmentedUnwindPlan(Target &target, in GetObjectFileAugmentedUnwindPlan() 245 UnwindPlanSP FuncUnwinders::GetEHFrameAugmentedUnwindPlan(Target &target, in GetEHFrameAugmentedUnwindPlan() 286 UnwindPlanSP FuncUnwinders::GetDebugFrameAugmentedUnwindPlan(Target &target, in GetDebugFrameAugmentedUnwindPlan() 327 UnwindPlanSP FuncUnwinders::GetAssemblyUnwindPlan(Target &target, in GetAssemblyUnwindPlan() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 612 #define UINT8_Unmarshal(target, buffer, size) \ argument 616 #define BYTE_Unmarshal(target, buffer, size) \ argument 620 #define INT8_Unmarshal(target, buffer, size) \ argument 624 #define UINT16_Unmarshal(target, buffer, size) \ argument 628 #define INT16_Unmarshal(target, buffer, size) \ argument 632 #define UINT32_Unmarshal(target, buffer, size) \ argument 636 #define INT32_Unmarshal(target, buffer, size) \ argument 640 #define UINT64_Unmarshal(target, buffer, size) \ argument 644 #define INT64_Unmarshal(target, buffer, size) \ argument 648 #define TPM_ALGORITHM_ID_Unmarshal(target, buffer, size) \ argument [all …]
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1544 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() 1553 glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat *params) in glGetColorTableParameterfvEXT() 1561 glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint *params) in glGetColorTableParameterivEXT() 1569 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() 1578 gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_357() 1586 gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_358() 1594 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvo… in gl_dispatch_stub_359() 1605 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() 1615 gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_362() 1623 gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_363() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 47 UINT8_Unmarshal(UINT8 *target, BYTE **buffer, INT32 *size) in UINT8_Unmarshal() 73 BYTE_Unmarshal(BYTE *target, BYTE **buffer, INT32 *size) in BYTE_Unmarshal() 87 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size) in INT8_Unmarshal() 100 UINT16_Unmarshal(UINT16 *target, BYTE **buffer, INT32 *size) in UINT16_Unmarshal() 126 INT16_Unmarshal(INT16 *target, BYTE **buffer, INT32 *size) in INT16_Unmarshal() 139 UINT32_Unmarshal(UINT32 *target, BYTE **buffer, INT32 *size) in UINT32_Unmarshal() 165 INT32_Unmarshal(INT32 *target, BYTE **buffer, INT32 *size) in INT32_Unmarshal() 178 UINT64_Unmarshal(UINT64 *target, BYTE **buffer, INT32 *size) in UINT64_Unmarshal() 204 INT64_Unmarshal(INT64 *target, BYTE **buffer, INT32 *size) in INT64_Unmarshal() 219 TPM_ALGORITHM_ID_Unmarshal(TPM_ALGORITHM_ID *target, BYTE **buffer, INT32 *size) in TPM_ALGORITHM_ID_Unmarshal() [all …]
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | SymbolicLink.java | 28 private final JimfsPath target; field in SymbolicLink 31 public static SymbolicLink create(int id, JimfsPath target) { in create() 35 private SymbolicLink(int id, JimfsPath target) { in SymbolicLink() 41 JimfsPath target() { in target() method in SymbolicLink
|