/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 24 feature, I consider this an acceptable risk. More complicated expressions
|
telnetlib.py | 628 """Read until one from a list of a regular expressions matches. 630 The first argument is a list of regular expressions, either 655 """Read until one from a list of a regular expressions matches. 718 """Read until one from a list of a regular expressions matches.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 24 feature, I consider this an acceptable risk. More complicated expressions
|
telnetlib.py | 628 """Read until one from a list of a regular expressions matches. 630 The first argument is a list of regular expressions, either 655 """Read until one from a list of a regular expressions matches. 718 """Read until one from a list of a regular expressions matches.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/ |
usage.html | 90 that regular expressions must not contain any capturing groups. Use
|
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/ |
feature.xml | 56 <import plugin="org.eclipse.core.expressions"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchDialog.java | 94 setMessage("Non-Constant Expressions: Migration Necessary", IMessageProvider.INFORMATION);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitPropertyTester.java | 18 import org.eclipse.core.expressions.PropertyTester;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
monitor.product | 43 <plugin id="org.eclipse.core.expressions"/>
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | 1 //===--- SemaExprCXX.cpp - Semantic Analysis for Expressions --------------===// 11 /// \brief Implements semantic analysis for C++ expressions. 540 /// ActOnCXXThrow - Parse throw expressions. 785 // For lambda expressions, build a field and an initializing expression. [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 998 //2 members expressions: 1005 //3 members expressions: 1013 //4 members expressions: 1087 //gcc failed to compile following expression when template expressions are activated. 1182 //2 members expressions: 1189 //3 members expressions: 1197 //4 members expressions: [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 998 //2 members expressions: 1005 //3 members expressions: 1013 //4 members expressions: 1087 //gcc failed to compile following expression when template expressions are activated. 1182 //2 members expressions: 1189 //3 members expressions: 1197 //4 members expressions: [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 998 //2 members expressions: 1005 //3 members expressions: 1013 //4 members expressions: 1087 //gcc failed to compile following expression when template expressions are activated. 1182 //2 members expressions: 1189 //3 members expressions: 1197 //4 members expressions: [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 10 // Perl-style regular expressions (with extensions like \d, \w, \s, 17 // for regular expressions: 22 // with Perl's regular expressions, here are some examples of the most 119 // match regular expressions at the front of a string and skip over 530 // NOTE: If you are handling regular expressions specified by
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 1 //=-- ExprEngineC.cpp - ExprEngine support for C expressions ----*- C++ -*-===// 10 // This file defines ExprEngine's support for C expressions. 85 // logical expressions (LAnd and LOr). 419 // Compound literal expressions are a GNU extension in C++. 716 // FIXME: Add support for VLA type arguments and VLA expressions. [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 10 // This file defines the classes used to represent and build scalar expressions. 214 // reduce casts when the expressions are expanded. 278 /// supporting infrastructure to allow SCEVAddRecExpr expressions to be 308 /// an expressions A+B*x where A and B are loop invariant values. 316 /// represents an expressions A+B*x+C*x^2 where A, B and C are loop
|
/external/regex-re2/util/ |
pcre.h | 10 // Perl-style regular expressions (with extensions like \d, \w, \s, 17 // for regular expressions: 22 // with Perl's regular expressions, here are some examples of the most 119 // match regular expressions at the front of a string and skip over 524 // NOTE: If you are handling regular expressions specified by
|
/external/v8/src/ |
ast.cc | 640 void AstVisitor::VisitExpressions(ZoneList<Expression*>* expressions) { 641 for (int i = 0; i < expressions->length(); i++) { 642 // The variable statement visiting code may pass NULL expressions 646 Expression* expression = expressions->at(i); 653 // Regular expressions [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 36 --posix disables all extensions to regular expressions. 334 * Bug fix: the // empty regular expressions now refers to the last 357 and a thorough description of regular expressions. The manual often 388 properly handle expressions such as "s/\</#/g". Re-abstracted the regex 486 * One new feature has been added: regular expressions may be followed
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 279 /* Type for boolean expressions (bool in C++, int in C). */ 458 expressions. In particular, this variable is no-zero if at the 466 tree structure, we use statement-expressions. The statements 565 /* Nonzero means allow type mismatches in conditional expressions; 632 not a bool, because unexecuted expressions can nest. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 279 /* Type for boolean expressions (bool in C++, int in C). */ 458 expressions. In particular, this variable is no-zero if at the 466 tree structure, we use statement-expressions. The statements 565 /* Nonzero means allow type mismatches in conditional expressions; 632 not a bool, because unexecuted expressions can nest. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 279 /* Type for boolean expressions (bool in C++, int in C). */ 458 expressions. In particular, this variable is no-zero if at the 466 tree structure, we use statement-expressions. The statements 565 /* Nonzero means allow type mismatches in conditional expressions; 632 not a bool, because unexecuted expressions can nest. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 279 /* Type for boolean expressions (bool in C++, int in C). */ 458 expressions. In particular, this variable is no-zero if at the 466 tree structure, we use statement-expressions. The statements 565 /* Nonzero means allow type mismatches in conditional expressions; 632 not a bool, because unexecuted expressions can nest. */ [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 130 <li>Fixed handling of -0.0 and NaN values when simplifying expressions. 142 <li>Fixed handling of regular expressions with only negators. 162 regular expressions to parse stack traces. 365 <li>Fixed optimization of expressions with constant doubles. 407 <li>Extended regular expressions for class names to comma-separated lists.
|