Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DPony.java12 public String ride(String where) { in ride()
16 public static String prance(String where) { in prance()
20 public String saunter(String where) { in saunter()
27 public String ride(String where) { in ride()
32 protected static String prance(String where) { in prance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakIterator.java577 public static BreakIterator getWordInstance(Locale where) in getWordInstance()
589 public static BreakIterator getWordInstance(ULocale where) in getWordInstance()
614 public static BreakIterator getLineInstance(Locale where) in getLineInstance()
627 public static BreakIterator getLineInstance(ULocale where) in getLineInstance()
652 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance()
665 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance()
687 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance()
698 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance()
729 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance()
745 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance()
[all …]
DFilteredBreakIteratorBuilder.java42 public static final FilteredBreakIteratorBuilder getInstance(Locale where) { in getInstance()
56 public static final FilteredBreakIteratorBuilder getInstance(ULocale where) { in getInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java613 public static BreakIterator getWordInstance(Locale where) in getWordInstance()
626 public static BreakIterator getWordInstance(ULocale where) in getWordInstance()
653 public static BreakIterator getLineInstance(Locale where) in getLineInstance()
667 public static BreakIterator getLineInstance(ULocale where) in getLineInstance()
694 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance()
708 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance()
732 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance()
744 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance()
775 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance()
791 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance()
[all …]
DFilteredBreakIteratorBuilder.java42 public static final FilteredBreakIteratorBuilder getInstance(Locale where) { in getInstance()
57 public static final FilteredBreakIteratorBuilder getInstance(ULocale where) { in getInstance()
/external/python/cpython3/Include/internal/
Dpycore_ceval.h82 const char *where) { in _Py_EnterRecursiveCall()
86 static inline int _Py_EnterRecursiveCall_inline(const char *where) { in _Py_EnterRecursiveCall_inline()
91 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where) argument
/external/autotest/tko/
Dfrontend.py73 def get_matrix_data(db_obj, x_axis, y_axis, where = None, argument
156 def tests(self, where = {}): argument
168 def select(klass, db, where = {}): argument
186 def select(klass, db, where = {}): argument
203 def select(klass, db, where={}, distinct=False): argument
290 def select(klass, db, where): argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java74 public boolean isValid(ULocale locale, Where where) { in isValid()
151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
324 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
343 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java69 public boolean isValid(ULocale locale, Where where) { in isValid()
146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
319 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
338 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/external/grpc-grpc/tools/profiling/ios_bin/
Dbinary_size.py57 def get_size(where, frameworks): argument
77 def build(where, frameworks): argument
/external/rust/crates/grpcio-sys/grpc/tools/profiling/ios_bin/
Dbinary_size.py56 def get_size(where, frameworks): argument
76 def build(where, frameworks): argument
/external/mtools/
Dplain_io.c75 static int file_io(Stream_t *Stream, char *buf, mt_off_t where, int len, in file_io()
123 static int file_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in file_read()
134 static int file_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in file_write()
326 mt_off_t where, size_t len, int rwcmd) in scsi_io()
442 static int scsi_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in scsi_read()
451 static int scsi_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in scsi_write()
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DNode.java43 private String where() { in where() method in Node
44 String where = "In expression on line " + lineNumber; in where() local
/external/javassist/src/main/javassist/bytecode/
DStackMap.java386 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc()
393 private int where, gap; field in StackMap.Shifter
396 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter()
421 void shiftForSwitch(int where, int gapSize) throws BadBytecode { in shiftForSwitch()
426 private int where, gap; field in StackMap.SwitchShifter
428 public SwitchShifter(StackMap smt, int where, int gap) { in SwitchShifter()
454 public void removeNew(int where) throws CannotCompileException { in removeNew()
462 NewRemover(StackMap map, int where) { in NewRemover()
DCodeIterator.java816 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0()
837 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1()
873 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2()
993 private static int newOffset(int i, int offset, int where, in newOffset()
1034 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc()
1061 void shiftForSwitch(int where, int gapLength) throws BadBytecode { in shiftForSwitch()
1089 int where = ldcs.where; in addLdcW() local
1114 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w()
1138 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w()
1241 int where, int gapLength) in makeExapndedCode()
[all …]
/external/OpenCL-CTS/test_conformance/basic/
Dtest_kernel_call_kernel_function.cpp88 int where = tid; in test_kernel_call_kernel_function() local
206 int where = times; in test_kernel_call_kernel_function() local
/external/mesa3d/src/mesa/main/
Dpbo.c185 const GLvoid *ptr, const char *where) in _mesa_validate_pbo_source()
226 const char *where) in _mesa_validate_pbo_source_compressed()
266 const GLvoid *ptr, const char *where) in _mesa_map_validate_pbo_source()
343 GLvoid *ptr, const char *where) in _mesa_map_validate_pbo_dest()
/external/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp33 void where(const T &) {} in where() function
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
Dvalues.pass.cpp31 void where(const T &) {} in where() function
/external/pdfium/third_party/libtiff/
Dtif_aux.c36 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32()
47 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64()
58 _TIFFMultiplySSize(TIFF* tif, tmsize_t first, tmsize_t second, const char* where) in _TIFFMultiplySSize()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dfunction.cpp248 auto where = augmented_successors_map_.find(block); in AugmentedCFGSuccessorsFunction() local
257 auto where = loop_header_successors_plus_continue_target_map_.find(block); in AugmentedCFGSuccessorsFunctionIncludingHeaderToContinueEdge() local
266 auto where = augmented_predecessors_map_.find(block); in AugmentedCFGPredecessorsFunction() local
293 auto where = in FindConstructForEntryBlock() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp248 auto where = augmented_successors_map_.find(block); in AugmentedCFGSuccessorsFunction() local
257 auto where = loop_header_successors_plus_continue_target_map_.find(block); in AugmentedCFGSuccessorsFunctionIncludingHeaderToContinueEdge() local
266 auto where = augmented_predecessors_map_.find(block); in AugmentedCFGPredecessorsFunction() local
293 auto where = in FindConstructForEntryBlock() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp248 auto where = augmented_successors_map_.find(block); in AugmentedCFGSuccessorsFunction() local
257 auto where = loop_header_successors_plus_continue_target_map_.find(block); in AugmentedCFGSuccessorsFunctionIncludingHeaderToContinueEdge() local
266 auto where = augmented_predecessors_map_.find(block); in AugmentedCFGPredecessorsFunction() local
293 auto where = in FindConstructForEntryBlock() local
/external/curl/src/
Dtool_cb_see.h31 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
/external/python/setuptools/setuptools/
D__init__.py40 def find(cls, where='.', exclude=(), include=('*',)): argument
63 def _find_packages_iter(cls, where, exclude, include): argument

12345678910