HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 126 - 150 of 2849) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 89 #define REGTYPE '0' /* Regular file (preferred code). */
90 #define AREGTYPE '\0' /* Regular file (alternate code). */
98 /* (regular file if not supported). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 89 #define REGTYPE '0' /* Regular file (preferred code). */
90 #define AREGTYPE '\0' /* Regular file (alternate code). */
98 /* (regular file if not supported). */
  /system/core/include/cutils/
abort_socket.h 22 * These calls are similar to the regular syscalls, but can be aborted with:
25 * Calling close() on a regular POSIX socket does not abort blocked syscalls on
75 * Other semantics are identical to the regular syscalls.
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 123 * The difference with the regular spy:
126 * The regular spy ({@link Mockito#spy(Object)}) contains <strong>all</strong> state from the spied instance
128 * If you call a method on a regular spy and it internally calls other methods on this spy, those calls are remembered
136 * Mock that delegates is less powerful than the regular spy but it is useful when the regular spy cannot be created.
151 * The mock will call the delegate if you use regular when().then() stubbing style.
  /external/chromium/chrome/browser/
defaults.cc 11 // Make the regular omnibox text two points larger than the nine-point font
38 // that in a regular window, which we duplicate here for GTK.
  /external/chromium/net/disk_cache/
file.h 33 // mixed_mode set to true enables regular synchronous operations for the file.
81 base::PlatformFile platform_file_; // Regular, asynchronous IO handle.
  /external/chromium/net/proxy/
proxy_config_service_win.h 34 // (2) Do regular polling every 10 seconds during network activity to see if
38 // However we still do the regular polling as a precaution in case the
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 203 report_error(TYPE_ERROR, 'The path "' .$langfile. '" does not ressemble a regular file!');
567 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['COMMENTS'] specification for Single Line or Regular-Expression Comment key $ck!");
587 //Check for unmasked / in regular expressions ...
589 report_error(TYPE_WARNING, "Language file contains an empty regular expression at \$language_data['REGEXPS'][$rk]!");
592 report_error(TYPE_WARNING, "Language file contains a regular expression with an unmasked / character at \$language_data['REGEXPS'][$rk]!");
594 report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match for a pipe character '|' which needs escaping as '&lt;PIPE&gt;' instead at \$language_data['REGEXPS'][$rk]!");
599 report_error(TYPE_ERROR, "Language file contains no GESHI_SEARCH entry in extended regular expression at \$language_data['REGEXPS'][$rk]!");
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 31 * a type that matches a given regular expression.
45 * @param regularExpression the regular expression against which annotation
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 20 * for the first occurrence of the regular expression pattern regexp if
47 * the regular expression.
  /ndk/sources/host-tools/sed-4.2.1/po/
gl.po 70 msgstr "expresi?n regular de enderezo non rematada"
148 msgid "couldn't edit %s: not a regular file"
149 msgstr "non se puido editar %s: non ? un ficheiro regular"
183 msgid "no previous regular expression"
184 msgstr "non hai unha expresi?n regular anterior"
188 msgstr "non se poden especificar modificadores nunha expresi?n regular baleira"
215 " use Perl 5's regular expressions syntax in the script.\n"
312 " use extended regular expressions in the script.\n"
456 msgid "Invalid regular expression"
457 msgstr "Expresi?n regular non v?lida
    [all...]
pt.po 69 msgstr "expressão regular de endereço não concluída"
147 msgid "couldn't edit %s: not a regular file"
148 msgstr "não foi possível editar %s: ficheiro não regular"
182 msgid "no previous regular expression"
183 msgstr "não há expressão regular anterior"
187 msgstr "não é possível especificar modificadores numa expressão regular vazia"
213 " use Perl 5's regular expressions syntax in the script.\n"
309 " use extended regular expressions in the script.\n"
450 msgid "Invalid regular expression"
451 msgstr "Expressão regular inválida
    [all...]
  /development/samples/TicTacToeLib/
AndroidManifest.xml 25 regular Android project.
  /external/clang/test/CodeGenObjC/
metadata-symbols-64.m 7 // RUN: grep '@"\\01L_OBJC_CLASSLIST_REFERENCES_$_[0-9]*" = internal global .* section "__DATA, __objc_classrefs, regular, no_dead_strip", align 8' %t
8 // RUN: grep '@"\\01L_OBJC_CLASSLIST_SUP_REFS_$_[0-9]*" = internal global .* section "__DATA, __objc_superrefs, regular, no_dead_strip", align 8' %t | count 2
10 // RUN: grep '@"\\01L_OBJC_LABEL_CATEGORY_$" = internal global .* section "__DATA, __objc_catlist, regular, no_dead_strip", align 8' %t
11 // RUN: grep '@"\\01L_OBJC_LABEL_CLASS_$" = internal global .* section "__DATA, __objc_classlist, regular, no_dead_strip", align 8' %t
  /external/clang/test/Misc/
dev-fd-fs.c 25 // Check writing to /dev/fd regular files.
  /external/dexmaker/
README 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
  /external/e2fsprogs/lib/ext2fs/
valid_blk.c 29 * Only directories, regular files, and some symbolic links
  /external/expat/xmlwf/
unixfilemap.c 42 fprintf(stderr, "%s: not a regular file\n", name);
  /external/icu4c/test/intltest/
thcoll.h 48 * using regular and iterative comparison.
  /external/javasqlite/src/main/java/SQLite/
Function.java 34 * Callback for regular function.
  /external/javassist/sample/reflect/
Main.java 19 Compare this result with that of the regular execution without reflection:
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 12 * or regular expression syntax. This can be used to provide syntax checking of
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegexCacheTest.java 22 * Unittests for LRU Cache for compiled regular expressions used by the libphonenumbers libary.
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 36 REG_YUV = 0, /* Regular yuv */
  /external/llvm/autoconf/m4/
sanity_check.m4 3 dnl output with a regular expression. If the output is non-empty, the program

Completed in 591 milliseconds

1 2 3 4 56 7 8 91011>>