Searched refs:where (Results 101 - 125 of 430) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Drbbitblb.h43 void exportTable(void *where); // fill in the runtime state table.
H A Drbbisetb.cpp327 void RBBISetBuilder::serializeTrie(uint8_t *where) { argument
329 where, // Buffer
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { argument
634 U_ASSERT(where>fStartChar && where<=fEndChar);
646 nr->fStartChar = where;
647 this->fEndChar = where-1;
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh27 where <kind> is either 'text' or 'data'
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlong-nop-pad.s4 # Test that long nops are generated for padding where possible.
/external/openssl/crypto/stack/
H A Dstack.h88 int sk_insert(_STACK *sk, void *data, int where);
/external/openssl/include/openssl/
H A Dstack.h88 int sk_insert(_STACK *sk, void *data, int where);
/external/skia/src/animator/
H A DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
/external/skia/tools/lua/
H A Dscrape.lua29 where t is a table of parameters that were passed to that draw-op.
47 Called with the parameters to each canvas.draw call, where canvas is the
/external/valgrind/main/include/
H A Dpub_tool_errormgr.h87 ExeContext* where, Bool print_error,
/external/chromium_org/third_party/icu/source/common/
H A Drbbisetb.cpp327 void RBBISetBuilder::serializeTrie(uint8_t *where) { argument
329 where, // Buffer
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { argument
634 U_ASSERT(where>fStartChar && where<=fEndChar);
646 nr->fStartChar = where;
647 this->fEndChar = where-1;
/external/netperf/
H A Dnetsh.c121 /* stuff to say where this test is going */
125 char test_port[PORTBUFSIZE]; /* where is the test waiting */
359 fprintf(where,
377 fprintf(where,
380 fprintf(where,
382 fflush(where);
392 /* stuff to say where this test is going */
396 strncpy(test_port,"12865",PORTBUFSIZE); /* where is the test waiting */
711 generations of netperf where having a single value did not
748 fprintf(where,
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c48 enum journal_location where; member in struct:journal_source
92 journal_source.where = JOURNAL_IS_INTERNAL;
200 journal_source.where = JOURNAL_IS_EXTERNAL;
228 journal_source.where = JOURNAL_IS_INTERNAL;
251 journal_source.where = JOURNAL_IS_EXTERNAL;
257 if (journal_source.where == JOURNAL_IS_INTERNAL)
280 if (source->where == JOURNAL_IS_EXTERNAL) {
563 static void show_indirect(FILE *out_file, const char *name, __u32 where) argument
565 if (where)
566 fprintf(out_file, "(%s): %u ", name, where);
[all...]
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc290 // Generates a state where all bytes go to state 1 (invalid). This is also used
310 const StateMap::const_iterator where = state_map->find(rest); local
311 const uint8 target_state = where == state_map->end()
313 : where->second;
338 const StateMap::const_iterator where = state_map.find(rest); local
339 const uint8 target_state = where == state_map.end()
341 : where->second;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.idl96 [RaisesException, CustomElementCallbacks, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement(DOMString where, Element element);
97 [RaisesException, MeasureAs=InsertAdjacentText] void insertAdjacentText(DOMString where, DOMString text);
98 [CustomElementCallbacks, RaisesException, MeasureAs=InsertAdjacentHTML] void insertAdjacentHTML(DOMString where, DOMString html);
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py70 def splitLine(pt1, pt2, where, isHorizontal):
71 """Split the line between pt1 and pt2 at position 'where', which
101 t = (where - (bx, by)[isHorizontal]) / ax
109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal):
110 """Split the quadratic curve between pt1, pt2 and pt3 at position 'where',
134 c[isHorizontal] - where)
141 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal):
142 """Split the cubic curve between pt1, pt2, pt3 and pt4 at position 'where',
158 d[isHorizontal] - where)
258 """Solve a quadratic equation where
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py70 def splitLine(pt1, pt2, where, isHorizontal):
71 """Split the line between pt1 and pt2 at position 'where', which
101 t = (where - (bx, by)[isHorizontal]) / ax
109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal):
110 """Split the quadratic curve between pt1, pt2 and pt3 at position 'where',
134 c[isHorizontal] - where)
141 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal):
142 """Split the cubic curve between pt1, pt2, pt3 and pt4 at position 'where',
158 d[isHorizontal] - where)
258 """Solve a quadratic equation where
[all...]
/external/libedit/src/
H A Dterminal.c479 * move to line <where> (first line == 0)
483 terminal_move_to_line(EditLine *el, int where) argument
487 if (where == el->el_cursor.v)
490 if (where > el->el_terminal.t_size.v) {
493 "terminal_move_to_line: where is ridiculous: %d\r\n",
494 where);
498 if ((del = where - el->el_cursor.v) > 0) {
541 el->el_cursor.v = where;/* now where is here */
549 terminal_move_to_char(EditLine *el, int where) argument
[all...]
/external/openssl/apps/
H A Ds_cb.c305 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret) argument
310 w=where& ~SSL_ST_MASK;
316 if (where & SSL_CB_LOOP)
320 else if (where & SSL_CB_ALERT)
322 str=(where & SSL_CB_READ)?"read":"write";
328 else if (where & SSL_CB_EXIT)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
69 * bits followed by \xll where ll is the lower order bits of a 16-bit number.
103 * This is to match how the BitSet constructor works, where the bits are
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dmake_macros.sh56 #define sk_${type}_insert(sk, p, where)\\
57 sk_insert(CHECKED_CAST(_STACK*, STACK_OF(${type})*, sk), CHECKED_CAST(void*, ${ptrtype}, p), (where))
59 #define sk_${type}_delete(sk, where)\\
60 ((${ptrtype}) sk_delete(CHECKED_CAST(_STACK*, STACK_OF(${type})*, sk), (where)))
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java58 public CtBehavior where() { return super.where(); } method in class:NewExpr
/external/lldb/test/
H A Dredo.py46 where options:
61 def where(session_dir, test_dir): function
168 session_dir_path = where(session_dir, test_dir)
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c83 const char *where, *terminator; local
86 where = SDL_strchr(extension, ' ');
87 if ( where || *extension == '\0' )
101 where = SDL_strstr(start, extension);
102 if (!where) break;
104 terminator = where + SDL_strlen(extension);
105 if (where == start || *(where - 1) == ' ')
/external/valgrind/main/memcheck/tests/darwin/
H A Daio.stderr.exp22 Use --track-origins=yes to see where uninitialised values come from
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm35 => where { $_ eq '-1' || length == 1 };

Completed in 858 milliseconds

1234567891011>>