HomeSort by relevance Sort by last modified time
    Searched full:with (Results 426 - 450 of 93380) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
linecnt.inp 6 With a sleety rain,
14 But I shiver still with cold.
27 Is it the same with all men,
38 With my parents at my pillow,
45 With not a grain to cook,
50 With rod in hand, to our sleeping place,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
grp.h 15 License along with the GNU C Library; if not, write to the Free
62 marked with __THROW. */
68 marked with __THROW. */
74 marked with __THROW. */
82 cancellation point. But due to similarity with an POSIX interface
84 therefore not marked with __THROW. */
92 cancellation point. But due to similarity with an POSIX interface
94 therefore not marked with __THROW. */
99 /* Search for an entry with a matching group ID.
102 marked with __THROW. *
    [all...]
  /dalvik/vm/jdwp/
README.txt 9 with Debugger.c acting as a sort of portability layer, so that the code
11 events and debugger requests with thread suspension bouncing around,
  /development/samples/BluetoothHDP/
_index.html 1 <p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms.</p>
3 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
  /external/bluetooth/bluez/tools/
hcitool.1 48 Print device name of remote device with Bluetooth address
52 Print device name, version and supported features of remote device with
74 Create baseband connection to remote device with Bluetooth address
105 Delete baseband connection from remote device with Bluetooth address
118 Change packet types for baseband connection to device with Bluetooth address
135 with Bluetooth address
139 Display link quality for the connection to the device with Bluetooth address
143 Display transmit power level for the connection to the device with Bluetooth address
152 Display AFH channel map for the connection to the device with Bluetooth address
156 With n
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DataLengthException.java 20 * create a DataLengthException with the given message.
22 * @param message the message to be carried with the exception.
  /external/chromium/base/third_party/icu/
README.chromium 8 The main change is that U_/U8_/U16_ prefixes have been replaced with
9 CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
open_tabs_from_bookmark_folder.applescript 8 repeat with i in (bookmark items of var)
10 tell window 1 to make new tab with properties {u}
tab_navigation.applescript 8 make new tab with properties {URL:"http://google.com"}
11 make new tab with properties {URL:var}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p2-cxx0x.cpp 4 const auto b() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'auto const'}}
5 auto *c() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'auto *'}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp 3 // Check for template type parameter pack (mis-)matches with template
9 template<typename T> struct X1t; // expected-error{{template type parameter conflicts with previous template type parameter pack}}
12 template<typename ...T> struct X2t; // expected-error{{template type parameter pack conflicts with previous template type parameter}}
18 template<template<typename T> class> struct X1t_intt; // expected-error{{template type parameter conflicts with previous template type parameter pack}}
21 template<template<typename ...T> class> struct X2t_intt; // expected-error{{template type parameter pack conflicts with previous template type parameter}}
24 template<int Values> struct X1nt; // expected-error{{non-type template parameter conflicts with previous non-type template parameter pack}}
27 template<template<class T> class...> class X1tt; // expected-error{{template template parameter pack conflicts with previous template template parameter}}
29 // Check for matching with out-of-line definitions
  /external/clang/test/CodeGen/
2007-06-15-AnnotateAttribute.c 4 /* Global variable with attribute */
7 /* Function with attribute */
  /external/clang/test/CodeGenCXX/
2005-02-11-AnonymousUnion.cpp 3 // Test anonymous union with members of the same size.
13 // test anonymous union with members of differing size.
  /external/clang/test/FixIt/
fixit-c90.c 6 This test passes because clang merely warns for this syntax error even with
13 compile cleanly with -Werror -pedantic. */
  /external/clang/test/PCH/
line-directive.c 4 // Test with pch.
8 double x; // expected-error{{redefinition of 'x' with a different type}}
  /external/clang/test/Rewriter/
method-encoding-1.m 10 - (id) address:(void *)location with:(unsigned **)arg2;
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
  /external/clang/test/Sema/
floating-point-compare.c 4 return x == y; // expected-warning {{comparing floating point with ==}}
8 return x != y; // expected-warning {{comparing floating point with ==}}
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 3 // Verify that we can't initialize non-aggregates with an initializer
27 NonAggr1 na1 = { 17 }; // expected-error{{non-aggregate type 'NonAggr1' cannot be initialized with an initializer list}}
28 NonAggr2 na2 = { 17 }; // expected-error{{non-aggregate type 'NonAggr2' cannot be initialized with an initializer list}}
29 NonAggr3 na3 = { 17 }; // expected-error{{non-aggregate type 'NonAggr3' cannot be initialized with an initializer list}}
30 NonAggr4 na4 = { 17 }; // expected-error{{non-aggregate type 'NonAggr4' cannot be initialized with an initializer list}}
38 __v4hi v1 = { (void *)1, 2, 3 }; // expected-error {{cannot initialize a vector element of type 'short' with an rvalue of type 'void *'}}
41 int a[] = { (void *)1 }; // expected-error {{cannot initialize an array element of type 'int' with an rvalue of type 'void *'}}
44 struct S { int a; } s = { (void *)1 }; // expected-error {{cannot initialize a member subobject of type 'int' with an rvalue of type 'void *'}}
auto-cxx98.cpp 3 auto int a; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
4 int auto b; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
no-exceptions.cpp 25 throw; // expected-error {{cannot use 'throw' with exceptions disabled}}
29 try { // expected-error {{cannot use 'try' with exceptions disabled}}
  /external/clang/test/SemaObjC/
method-warn-unused-attribute.m 12 [a fee]; // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
13 [INTF c]; // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
  /external/iptables/extensions/
libxt_CONNSECMARK.man 3 if unlabeled). Typically used in conjunction with SECMARK, it is
6 table (for backwards compatibility with older kernels, it is also
  /external/javassist/src/main/javassist/
CannotCompileException.java 6 * 1.1 (the "License"); you may not use this file except in compliance with
56 * Constructs a CannotCompileException with a message.
67 * Constructs a CannotCompileException with an <code>Exception</code>
79 * Constructs a CannotCompileException with a detailed message
91 * Constructs a CannotCompileException with a
99 * Constructs a CannotCompileException with an <code>CompileError</code>.
107 * with a <code>ClassNotFoundException</code>.
114 * Constructs a CannotCompileException with a ClassFormatError.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TWith.java 12 super.setText("with");
17 super.setText("with");
  /external/markdown/tests/extensions-x-wikilinks/
wikilinks.html 1 <p>Some text with a <a class="wikilink" href="/WikiLink/">WikiLink</a>.</p>
2 <p>A link with <a class="wikilink" href="/white_space_and_underscores/">white space and_underscores</a> and a empty one.</p>

Completed in 485 milliseconds

<<11121314151617181920>>