| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | NativeObjRegistry.java | 21 private final boolean debug; field in NativeObjRegistry 31 public NativeObjRegistry(Class<T> theClass, boolean debug) { in NativeObjRegistry() 39 public NativeObjRegistry(String name, boolean debug) { in NativeObjRegistry() 52 public synchronized long getNativeObjectId(T o) { in getNativeObjectId() 71 public synchronized long register(T o) { in register() 104 T o = nativeObjToIdMap.remove(nativeId); in unregister() local 173 private Trace(Object o) { in Trace()
|
| /external/skqp/tools/skqp/ |
| D | make_universal_apk.py | 38 def print_cmd(cmd, o): argument 80 debug, argument
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_gc.h | 22 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) argument 25 #define _PyObject_GC_IS_TRACKED(o) (_Py_AS_GC(o)->_gc_next != 0) argument 61 #define _PyGC_FINALIZED(o) \ argument 63 #define _PyGC_SET_FINALIZED(o) \ argument 138 int debug; member
|
| /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
| D | SubstituteLogger.java | 105 public void debug(String msg) { in debug() method in SubstituteLogger 109 public void debug(String format, Object arg) { in debug() method in SubstituteLogger 113 public void debug(String format, Object arg1, Object arg2) { in debug() method in SubstituteLogger 117 public void debug(String format, Object... arguments) { in debug() method in SubstituteLogger 121 public void debug(String msg, Throwable t) { in debug() method in SubstituteLogger 129 public void debug(Marker marker, String msg) { in debug() method in SubstituteLogger 133 public void debug(Marker marker, String format, Object arg) { in debug() method in SubstituteLogger 137 public void debug(Marker marker, String format, Object arg1, Object arg2) { in debug() method in SubstituteLogger 141 public void debug(Marker marker, String format, Object... arguments) { in debug() method in SubstituteLogger 145 public void debug(Marker marker, String msg, Throwable t) { in debug() method in SubstituteLogger [all …]
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | ListCoverageLevels.java | 135 int debug = 0; in main() local 220 int debug = 0; in getLocaleNameToAttributeList() local 270 public int compareTo(Attributes o) { in compareTo()
|
| D | ChartGrammaticalForms.java | 161 public int compareTo(BestUnitForGender o) { in compareTo() 487 int debug = 0; in getBestBaseUnit() local 498 int debug = 0; in getBestBaseUnit() local 524 int debug = 0; in getBestBaseUnit() local
|
| D | GenerateMaximalLocales.java | 495 public int compareTo(RowData o) { in compareTo() 505 public boolean equals(Object o) { in equals() 1008 int debug = 0; in tryDifferentAlgorithm() local 1939 int debug = 0; in getScriptForLocale2() local
|
| D | ConvertLanguageData.java | 783 public int compareTo(Object o) { in compareTo() 985 int debug = 0; in writeTerritoryLanguageData() local
|
| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | BaseTest.java | 164 …protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug)… in antlr() 214 boolean debug) in execLexer() 240 String input, boolean debug) in execParser() 301 boolean debug) in execTreeParser() 347 boolean debug) in rawGenerateAndBuildRecognizer() 380 boolean debug) in rawExecRecognizer() 487 …an parserBuildsTrees, boolean parserBuildsTemplate, boolean treeParserBuildsTrees, boolean debug) { in writeRecognizerAndCompile() 665 boolean debug) in writeTestFile() 702 protected void writeLexerTestFile(String lexerName, boolean debug) { in writeLexerTestFile() 729 boolean debug) in writeTreeTestFile() [all …]
|
| /external/libcups/vcnet/regex/ |
| D | main.c | 10 int debug = 0; variable 319 register int o = (type == 'c') ? copts : eopts; local
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| D | refparser.py | 996 def create_globals(module, support, debug): argument 1013 def parse(text, module=None, support=None, debug=False): argument 1054 def parse_headers(root, output=None, expand=True, debug=False): argument 1075 def o(msg): function
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | intermediate.h | 462 void setOp(TOperator o) { op = o; } in setOp() 468 TIntermOperator(TOperator o) : TIntermTyped(TType(EbtFloat, EbpUndefined)), op(o) {} in TIntermOperator() 469 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o) {} in TIntermOperator() 478 TIntermBinary(TOperator o) : TIntermOperator(o) {} in TIntermBinary() 509 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} in TIntermUnary() 510 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} in TIntermUnary() 525 void setOperand(TIntermTyped* o) { operand = o; } in setOperand() 542 …TIntermAggregate(TOperator o) : TIntermOperator(o), userDefined(false) { endLine = { 0, 0, 0, 0 };… in TIntermAggregate() 574 void setOptimize(bool o) { optimize = o; } in setOptimize() 603 bool debug; variable
|
| /external/python/cpython2/Modules/ |
| D | gcmodule.c | 25 #define AS_GC(o) ((PyGC_Head *)(o)-1) argument 167 static int debug; variable 213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED) argument 214 #define IS_REACHABLE(o) ((AS_GC(o))->gc.gc_refs == GC_REACHABLE) argument 215 #define IS_TENTATIVELY_UNREACHABLE(o) ( \ argument
|
| /external/icu/icu4c/source/i18n/ |
| D | numfmt.cpp | 69 #define debug(x) printf("%s", x); macro 72 #define debug(x) macro 507 const UObject* o = obj.getObject(); // most commonly o==NULL in ArgExtractor() local
|
| /external/jemalloc_new/ |
| D | configure.ac | 704 AC_SUBST([o]) subst 995 AC_ARG_ENABLE([debug], optenable
|
| /external/deqp-deps/glslang/glslang/Include/ |
| D | intermediate.h | 1259 …TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), met… in TIntermMethod() 1572 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator() 1573 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator() 1588 TIntermBinary(TOperator o) : TIntermOperator(o) {} in TIntermBinary() 1607 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} in TIntermUnary() 1608 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} in TIntermUnary() 1610 virtual void setOperand(TIntermTyped* o) { operand = o; } in setOperand() 1628 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() 1632 virtual void setOperator(TOperator o) { op = o; } in setOperator() 1642 void setOptimize(bool o) { optimize = o; } in setOptimize() [all …]
|
| /external/llvm-project/llvm/tools/lto/ |
| D | lto.cpp | 393 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model() 485 for (std::pair<StringRef, StringRef> o = getToken(opt); !o.first.empty(); in lto_codegen_debug_options() local
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
| D | intermediate.h | 1265 …TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), met… in TIntermMethod() 1578 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator() 1579 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator() 1594 TIntermBinary(TOperator o) : TIntermOperator(o) {} in TIntermBinary() 1613 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} in TIntermUnary() 1614 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} in TIntermUnary() 1616 virtual void setOperand(TIntermTyped* o) { operand = o; } in setOperand() 1641 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() 1645 virtual void setOperator(TOperator o) { op = o; } in setOperator() 1655 void setOptimize(bool o) { optimize = o; } in setOptimize() [all …]
|
| /external/skia/src/core/ |
| D | SkVM.cpp | 178 static void write(SkWStream* o, const char* s) { in write() 191 static void write(SkWStream* o, Op op) { in write() 194 static void write(SkWStream* o, Ptr p) { in write() 198 static void write(SkWStream* o, V v) { in write() 202 static void write(SkWStream* o, R r) { in write() 206 static void write(SkWStream* o, Shift s) { in write() 209 static void write(SkWStream* o, Splat s) { in write() 217 static void write(SkWStream* o, Hex h) { in write() 222 static void write(SkWStream* o, T first, Ts... rest) { in write() 229 static void write_one_instruction(Val id, const OptimizedInstruction& inst, SkWStream* o) { in write_one_instruction() [all …]
|
| /external/antlr/runtime/Python3/antlr3/ |
| D | debug.py | 842 def __init__(self, recognizer, adaptor=None, port=None, debug=None): argument 957 def LT(self, i, o): argument
|
| /external/antlr/runtime/Python/antlr3/ |
| D | debug.py | 843 debug=None): argument 959 def LT(self, i, o): argument
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| D | apiviewer.js | 175 …on(){var m="toString",k=".",j="default",h="Object",g='"',f="Array",e="()",d="String",c="Function",… argument
|