Searched defs:is (Results 151 - 175 of 258) sorted by relevance

1234567891011

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... .util.Properties props java.io.InputStream is java.io.IOException e } org/eclipse/help/internal ...
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js5 This version is suitable for Node.js. With minimal changes (the
8 This file contains the tokenizer/parser. It is a port to JavaScript
629 function is(type, value) {
669 if (is(type, val)) {
679 S.token.nlb || is("eof") || is("punc", "}")
684 if (is("punc", ";")) next();
711 if (is("operator", "/")) {
773 is("punc", ";")
820 var name = is("nam
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py179 #comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'
226 elif s.sy == 'is':
232 op = 'is'
242 'in', 'is', 'not'
309 and base_type.name is None):
335 # If it is actually a type, but parsable as an expression,
564 # it is followed by something in follow_set.
670 # '3L' is ambiguous in Py2 but not in Py3. '3U' and '3LL' are
695 if node is no
1323 s.error("Relative cimport is not supported yet") namespace
1331 s.error("Relative cimport is not supported yet") namespace
[all...]
H A DSymtab.py98 # type is an extension type
102 # is_interned boolean For string const entries, value is interned
103 # is_identifier boolean For string const entries, value is an identifier
109 # utility_code string Utility code needed when this entry is used
119 # error_on_uninitialized Have Control Flow issue an error when this entry is
121 # cf_used boolean Entry is used
123 # is a specialization
209 error(self.pos, "Previous declaration is here")
271 # is_passthrough boolean Outer scope is passed directly
298 # The outer_scope is th
860 if Options.pre_import is None: namespace
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp118 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;} function in class:Legal
128 virtual UBool is(const UnicodeString& sourceString) const;
132 UBool LegalJamo::is(const UnicodeString& sourceString) const { function in class:LegalJamo
172 virtual UBool is(const UnicodeString& sourceString) const;
179 UBool LegalGreek::is(const UnicodeString& sourceString) const { function in class:LegalGreek
184 // modern is simpler: don't care about anything but a grave
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
265 // density is the approximate total number of code points to returned for the entire set.
440 // see if string is o
1223 UBool LegalHebrew::is(const UnicodeString& sourceString)const{ function in class:LegalHebrew
1281 UBool LegalIndic::is(const UnicodeString& sourceString) const{ function in class:LegalIndic
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h64 // to a few constants). If this is a problem, we could change the code
78 static const int kCpRegister = 23; // cp (s7) is the 23rd register.
94 reg.is(from_code(kCpRegister)));
95 return reg.is(from_code(kCpRegister)) ?
103 from_code(kCpRegister) : // Last index is always the 'cp' register.
134 bool is(Register reg) const { return code_ == reg.code_; } function in struct:v8::internal::Register
239 bool is(FPURegister creg) const { return code_ == creg.code_; } function in struct:v8::internal::FPURegister
241 // Find low reg of a Double-reg pair, which is the reg itself.
249 // Find high reg of a Doubel-reg pair, which is reg + 1.
278 // (priviledged) Status Register FR bit to 1. This is use
338 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } function in struct:v8::internal::FPUControlRegister
[all...]
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h63 // to a few constants). If this is a problem, we could change the code
77 static const int kCpRegister = 23; // cp (s7) is the 23rd register.
83 reg.is(from_code(kCpRegister)));
84 return reg.is(from_code(kCpRegister)) ?
92 from_code(kCpRegister) : // Last index is always the 'cp' register.
123 bool is(Register reg) const { return code_ == reg.code_; } function in struct:v8::internal::Register
228 bool is(FPURegister creg) const { return code_ == creg.code_; } function in struct:v8::internal::FPURegister
231 // Find low reg of a Double-reg pair, which is the reg itself.
240 // Find high reg of a Doubel-reg pair, which is reg + 1.
269 // (privileged) Status Register FR bit to 1. This is use
327 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } function in struct:v8::internal::FPUControlRegister
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp5 // This file is distributed under the University of Illinois Open Source
144 /// \brief Determine whether the given file name is the name of a builtin
220 // This check is not cheap, so enable it only for debugging.
262 // If 'File' is part of 'RequestingModule' we can definitely include it.
286 // We have found a header, but it is private.
324 // Iterate over all modules that 'File' is part of to find the best fit.
328 // Cannot use a module if the header is excluded in it.
332 // Cannot use a module if it is unavailable.
336 // If 'File' is part of 'RequestingModule', 'RequestingModule' is th
941 bool is(TokenKind K) const { return Kind == K; } function in struct:clang::MMToken
[all...]
/external/fio/
H A Dstat.c197 * We default to usecs, but if the value range is such that we
243 int calc_lat(struct io_stat *is, unsigned long *min, unsigned long *max, argument
246 double n = (double) is->samples;
251 *min = is->min_val;
252 *max = is->max_val;
253 *mean = is->mean.u.f;
256 *dev = sqrt(is->S.u.f / (n - 1.0));
833 /* Additional output if description is set */
901 /* Additional output if description is set */
992 /* Additional output if description is se
1545 add_stat_sample(struct io_stat *is, unsigned long data) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp118 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;} function in class:Legal
128 virtual UBool is(const UnicodeString& sourceString) const;
132 UBool LegalJamo::is(const UnicodeString& sourceString) const { function in class:LegalJamo
172 virtual UBool is(const UnicodeString& sourceString) const;
179 UBool LegalGreek::is(const UnicodeString& sourceString) const { function in class:LegalGreek
184 // modern is simpler: don't care about anything but a grave
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
265 // density is the approximate total number of code points to returned for the entire set.
440 // see if string is o
1223 UBool LegalHebrew::is(const UnicodeString& sourceString)const{ function in class:LegalHebrew
1281 UBool LegalIndic::is(const UnicodeString& sourceString) const{ function in class:LegalIndic
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h40 // GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is
43 // A user is trying to include this from his code - just say no.
44 #error "gtest-internal-inl.h is part of Google Test's internal implementation."
78 // library. This is solely for testing GetTestTypeId().
116 // Returns the first valid random seed after 'seed'. The behavior is
117 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is
150 // The d'tor is not virtual. DO NOT INHERIT FROM THIS CLASS.
189 // code_point parameter is o
532 set_is_disabled(bool is) argument
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.c6 This file is part of Valgrind, a dynamic binary instrumentation
11 This program is free software; you can redistribute it and/or
16 This program is distributed in the hope that it will be useful, but
26 The GNU General Public License is contained in the file COPYING.
55 It is made of a main program which reads arguments. If no
56 arguments are given or only --pid and --vgdb-prefix, then usage 1 is
61 written to gdb on stdout. Read/Write from/to valgrind is done
62 using FIFOs. There is one thread reading from stdin, writing to
63 valgrind on a FIFO. There is one thread reading from valgrind on a
76 is encountere
1151 int is; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp5 // This file is distributed under the University of Illinois Open Source
337 /// This is currently used to decide whether or not it is worth "forcing" a
340 /// This is controlled by 'region-store-small-struct-limit' option.
365 /// the value is not specified.
373 /// the array). This is called by ExprEngine when evaluating
415 // BindDefault is only used to initialize a region with a default value.
437 /// This path is used when it seems advantageous to "force" loading the values
439 /// than using a Default binding at the base of the entire region. This is a
468 /// \param ST the original store, that is th
950 invalidateRegionsWorker(RegionStoreManager &rm, ProgramStateManager &stateMgr, RegionBindingsRef b, const Expr *ex, unsigned count, const LocationContext *lctx, InvalidatedSymbols &is, RegionAndSymbolInvalidationTraits &ITraitsIn, StoreManager::InvalidatedRegions *r, GlobalsFilterKind GFK) argument
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h17 This library is free software; you can redistribute it and/or
22 This library is distributed in the hope that it will be useful,
91 #include <stdint.h> // <stdint.h> is available only in msvc2010!
93 #else // MPFR relies on intmax_t which is available only in msvc2010
102 #undef MPFR_USE_INTMAX_T // GCC already supports x64 as of "long int" is 64-bit integer, nothing left to do
446 friend std::istream& operator>>(std::istream& is, mpreal& v);
700 // This is needed for smooth integration with libraries based on expression templates, like Eigen.
825 // minval is 'safe' meaning 1 / minval does not overflow
826 // maxval is 'safe' meaning 1 / maxval does not underflow
1769 inline std::istream& operator>>(std::istream &is, mprea argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h69 // to a few constants). If this is a problem, we could change the code
137 bool is(Register reg) const { return code_ == reg.code_; } function in struct:v8::internal::Register
183 bool is(SwVfpRegister reg) const { return code_ == reg.code_; } function in struct:v8::internal::SwVfpRegister
233 bool is(DwVfpRegister reg) const { return code_ == reg.code_; } function in struct:v8::internal::DwVfpRegister
271 bool is(DwVfpRegister reg) const { return code_ == reg.code_; } function in struct:v8::internal::LowDwVfpRegister
272 bool is(LowDwVfpRegister reg) const { return code_ == reg.code_; } function in struct:v8::internal::LowDwVfpRegister
308 bool is(QwNeonRegister reg) const { return code_ == reg.code_; } function in struct:v8::internal::QwNeonRegister
328 // Note that "s(N):s(N+1)" is the same as "d(N/2)".
426 bool is(CRegister creg) const { return code_ == creg.code_; } function in struct:v8::internal::CRegister
518 // Return true if this is
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... java.lang.Thread { java.io.InputStream is String type final org.eclipse.releng.UnpackUpdateJars ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jar ... java.io.IOException java.io.InputStream is int magic int minorVersion int majorVersion private int parseMagic () throws ...
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java11 * distributed under the License is distributed on an "AS IS" BASIS,
194 * EC_GROUP_set_asn1_flag: indicates an EC_GROUP is a NamedCurve.
525 /** Returns X509_REVOKED reference that is not duplicated! */
528 /** Returns X509_REVOKED reference that is not duplicated! */
581 public static native long create_BIO_InputStream(OpenSSLBIOInputStream is); argument
610 * TLS_EMPTY_RENEGOTIATION_INFO_SCSV is RFC 5746's renegotiation
611 * indication signaling cipher suite value. It is not a real
612 * cipher suite. It is just an indication in the default and
616 * In the RI, its presence means that the SCSV is sent in the
623 * the empty renegotiation info if TLS is use
[all...]
/external/guava/guava-tests/lib/
H A Dlibtruth.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/junit/contrib/ org/junit/contrib/truth/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 440 milliseconds

1234567891011