HomeSort by relevance Sort by last modified time
    Searched defs:ON (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
37 Description: Removed unused defintions and corrected ifdef, that depended on
111 #ifndef ON
112 #define ON 1
vad2.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
87 #define ON 1
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
34 Description: Added dependency on OSCL libraries
44 This file is dependent on limits.h for defining the bit widths. In an
163 #ifndef ON
164 #define ON 1
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
50 This file is dependent on limits.h for defining the bit widths. In an
149 #ifndef ON
150 #define ON 1
  /external/icu4c/test/cintltst/
cbiditst.h 11 * created on: 1999sep22
45 #define ON U_OTHER_NEUTRAL
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 244 #ifndef ON
245 #define ON 1
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 244 #ifndef ON
245 #define ON 1
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 45 #define ON (unsigned char)0x40
46 #define OFF (unsigned char)~ON
47 #define LITE_ON outb(inb(PORT_SYS_A) | ON,PORT_SYS_A)
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e_constants.h 24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
64 #define ON true
  /external/clang/lib/AST/
StmtProfile.cpp 292 const OffsetOfExpr::OffsetOfNode& ON = S->getComponent(i);
293 ID.AddInteger(ON.getKind());
294 switch (ON.getKind()) {
300 VisitDecl(ON.getField());
304 ID.AddPointer(ON.getFieldName());
StmtPrinter.cpp 754 OffsetOfExpr::OffsetOfNode ON = Node->getComponent(i);
755 if (ON.getKind() == OffsetOfExpr::OffsetOfNode::Array) {
758 PrintExpr(Node->getIndexExpr(ON.getArrayExprIndex()));
765 if (ON.getKind() == OffsetOfExpr::OffsetOfNode::Base)
769 IdentifierInfo *Id = ON.getFieldName();
    [all...]
ExprConstant.cpp 399 llvm_unreachable("Expression evaluator should not be called on stmts");
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 385 const OffsetOfExpr::OffsetOfNode &ON = E->getComponent(I);
386 Record.push_back(ON.getKind()); // FIXME: Stable encoding
387 Writer.AddSourceLocation(ON.getSourceRange().getBegin(), Record);
388 Writer.AddSourceLocation(ON.getSourceRange().getEnd(), Record);
389 switch (ON.getKind()) {
391 Record.push_back(ON.getArrayExprIndex());
395 Writer.AddDeclRef(ON.getField(), Record);
399 Writer.AddIdentifierRef(ON.getFieldName(), Record);
403 Writer.AddCXXBaseSpecifier(*ON.getBase(), Record);
    [all...]
  /external/icu4c/common/
ubidiimp.h 13 * created on: 1999aug06
47 ON= U_OTHER_NEUTRAL,
88 #define MASK_N (DIRPROP_FLAG(ON)|MASK_WS)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
55 /** Debugger connection status: not waiting on one, not connected to one, but accepting
81 ON;
96 ON;
178 * is computed on a need to display basis.
295 * Handlers able to act on HPROF dumps.
313 * Called when a hprof dump failed to end on the VM side
321 * Handlers able to act on Method profiling info
346 * Called when method tracing failed to end on the VM side
436 * to enforce ordering on the device, we just don't allow an empt
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
35 * been destroyed, any method call on WebSettings will throw an
130 * The plugin state effects how plugins are treated on a page. ON means
133 * can handle the content, a placeholder is shown until the user clicks on
134 * the placeholder. Once clicked, the plugin will be enabled on the page.
139 ON,
583 * Sets whether the on screen zoom buttons are used.
585 * and on screen zoom controls disabled allows for pinch to zoom
586 * to work without the on screen control
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 63 /// then passes the pieces on to the "rebuild" step, which constructs a new AST
157 /// information is known based on another transformation.
336 /// \param IsCall If \c true, then this transform is being performed on
354 /// By default, acts as the identity function on declarations. Subclasses
519 /// Return true on error.
527 /// on error.
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 2445 milliseconds

1 2