HomeSort by relevance Sort by last modified time
    Searched full:extra (Results 926 - 950 of 10855) sorted by null

<<31323334353637383940>>

  /external/avahi/avahi-compat-howl/samples/
browse.c 46 sw_opaque_t extra)
89 sw_opaque_t extra)
  /external/ceres-solver/examples/
Makefile.example 36 CERES_SRC_DIR := /home/keir/wrk/ceres-extra
40 CERES_BIN_DIR := /home/keir/wrk/ceres-extra-bin
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/tools/
gcs_file_seg_reader.py 116 extra = offset - self._seg_valid_length
117 result = result[:-1*extra]
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
quickstart.rst 22 unpack it and add ``webapp2.py`` to that directory. If you want to use extra
23 features such as sessions, extra routes, localization, internationalization
  /external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/
errors.py 107 extras: extra info to be logged verbatim if error occurs.
124 'Extra info: %r.\n' %
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
display_item_list_item.html 31 .header > .extra {
55 <a class="extra" href$="{{_computeHref(richDetails)}}"
  /external/clang/test/OpenMP/
barrier_messages.cpp 8 #pragma omp barrier unknown // expected-warning {{extra tokens at the end of '#pragma omp barrier' are ignored}}
62 #pragma omp barrier unknown // expected-warning {{extra tokens at the end of '#pragma omp barrier' are ignored}}
parallel_num_threads_messages.cpp 20 #pragma omp parallel num_threads (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored}}
38 #pragma omp parallel num_threads (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored}}
parallel_sections_num_threads_messages.cpp 22 #pragma omp parallel sections num_threads (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
49 #pragma omp parallel sections num_threads (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
taskwait_messages.cpp 8 #pragma omp taskwait unknown // expected-warning {{extra tokens at the end of '#pragma omp taskwait' are ignored}}
62 #pragma omp taskwait unknown // expected-warning {{extra tokens at the end of '#pragma omp taskwait' are ignored}}
taskyield_messages.cpp 8 #pragma omp taskyield unknown // expected-warning {{extra tokens at the end of '#pragma omp taskyield' are ignored}}
62 #pragma omp taskyield unknown // expected-warning {{extra tokens at the end of '#pragma omp taskyield' are ignored}}
teams_num_teams_messages.cpp 34 #pragma omp teams num_teams(argc)) // expected-warning {{extra tokens at the end of '#pragma omp teams' are ignored}}
79 #pragma omp teams num_teams (argc)) // expected-warning {{extra tokens at the end of '#pragma omp teams' are ignored}}
teams_thread_limit_messages.cpp 34 #pragma omp teams thread_limit(argc)) // expected-warning {{extra tokens at the end of '#pragma omp teams' are ignored}}
79 #pragma omp teams thread_limit (argc)) // expected-warning {{extra tokens at the end of '#pragma omp teams' are ignored}}
  /external/clang/test/Parser/
pragma-unroll.cpp 31 /* expected-warning {{extra tokens at end of '#pragma unroll'}} */ #pragma unroll 1 2
36 /* expected-warning {{extra tokens at end of '#pragma nounroll'}} */ #pragma nounroll 1
  /external/curl/docs/libcurl/
curl_mprintf.3 69 but with an extra argument after the buffer that specifies the length of the
83 \fBvsprintf\fP but with an extra argument after the buffer that specifies the
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 302 * @param extra {@code null-ok;} the inline argument string
305 protected final String toStringWithInline(String extra) {
313 if (extra != null) {
315 sb.append(extra);
335 * @param extra {@code null-ok;} the inline argument string
338 protected final String toHumanWithInline(String extra) {
345 if (extra != null) {
347 sb.append(extra);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 25 $extra = array("where" => array(), "having" => array()); variable
30 array_push($extra[$z["sqlpart"]], sprintf($z["sql"], $regs[1]));
43 else if (preg_match("/(\S)/", $q, $regs) || sizeof($extra["where"]) + sizeof($extra["having"]) > 0)
51 $where .= (sizeof($extra["where"]) > 0 ? " AND " . join($extra["where"], " AND ") : "");
52 $having = (sizeof($extra["having"]) > 0 ? " HAVING " . join($extra["having"], " AND ") : "");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
readme.html 34 <br> For example, the Eclipse SDK distributions are built from the <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.sdk-feature/feature.xml?rev=1.7" target="extra">org.eclipse.sdk
52 to the one used for the <A HREF="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.equinox/?cvsroot=Technology_Project" target="extra">Equinox</A>
53 or <A HREF="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.stellation/?cvsroot=Technology_Project" target="extra" >Stellation</A>
75 org.eclipse.platform plug-in source is located at the root of the <A HREF="http://dev.eclipse.org/viewcvs/" target="extra">dev.eclipse.org:/home/eclipse</A>
78 org.eclipse.platform feature source is located at the root of the <A HREF="http://dev.eclipse.org/viewcvs/" target="extra">dev.eclipse.org:/home/eclipse</A>
81 org.eclipse.gef.sdk feature source is located in directory in the <A HREF="http://dev.eclipse.org/viewcvs/?cvsroot=Tools_Project" target="extra">dev.eclipse.org:/home/tools</A>
86 under version control. Some examples of map file projects include <A target="extra" HREF="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.releng/">org.eclipse.releng</A>,
87 <A target="extra" HREF="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gef.releng/?cvsroot=Tools_Project">org.eclipse.gef.releng</A>,
88 <A target="extra" HREF="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ve.releng/?cvsroot=Tools_Project">org.eclipse.ve.releng</A>.<BR>
101 <BR> Example taken from <A target="extra" HREF="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.sdk-feature/build.prope (…)
    [all...]
  /external/eigen/doc/
WrongStackAlignment.dox 44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that GCC now knows that it really must take extra care to honor the 16 byte alignment of \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types" when needed.
52 These global solutions are easy to use, but note that they may slowdown your program because they lead to extra prologue/epilogue instructions for every function.
  /external/elfutils/libelf/
common.h 72 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra)
74 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
  /external/freetype/include/freetype/internal/
t1types.h 82 /* used to hold extra data of PS_FontInfoRec that
97 PS_FontExtraRec font_extra; /* font info extra fields */
  /external/harfbuzz_ng/
.travis.yml 48 - libicu-dev # for extra unicode functions
49 - libgraphite2-dev # for extra shapers
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptRunModuleWriter.java 48 int extra = recordCount - power; local
56 output.print(Utility.hex(extra, 4));
  /external/kernel-headers/original/uapi/asm-x86/asm/
debugreg.h 54 #define DR_LOCAL_ENABLE_SHIFT 0 /* Extra shift to the local enable bit */
55 #define DR_GLOBAL_ENABLE_SHIFT 1 /* Extra shift to the global enable bit */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 81 /* used to hold extra data of PS_FontInfoRec that
96 PS_FontExtraRec font_extra; /* font info extra fields */

Completed in 3625 milliseconds

<<31323334353637383940>>