OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:select
(Results
1276 - 1300
of
8132
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java
47
String queryAllSelect = "
select
* from type";
129
st.execute("
select
* from zoo");
188
//
select
189
ps = conn.prepareStatement("
select
* from zoo");
207
st.execute("
select
family from zoo where id=2");
233
String query = "
select
name, family from zoo where id = ?";
245
String query = "
select
name, family from zoo where id = ?";
276
"create view address as
select
address from hutch where animal_id=?"};
294
String query = "
select
* from zoo where id = ?";
329
"create view address as
select
address from hutch where animal_id=2" }
[
all
...]
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/cardemulation/
CardService.java
48
// "OK" status word sent in response to
SELECT
AID command (0x9000)
87
// If the APDU matches the
SELECT
AID command for this service,
101
* Build APDU for
SELECT
AID command. This command indicates which service a reader is
104
* @param aid Application ID (AID) to
select
105
* @return APDU for
SELECT
AID command
125
hexChars[j * 2] = hexArray[v >>> 4]; //
Select
hex character from upper nibble
126
hexChars[j * 2 + 1] = hexArray[v & 0x0F]; //
Select
hex character from lower nibble
/developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/src/main/java/com/example/android/cardemulation/
CardService.java
48
// "OK" status word sent in response to
SELECT
AID command (0x9000)
87
// If the APDU matches the
SELECT
AID command for this service,
101
* Build APDU for
SELECT
AID command. This command indicates which service a reader is
104
* @param aid Application ID (AID) to
select
105
* @return APDU for
SELECT
AID command
125
hexChars[j * 2] = hexArray[v >>> 4]; //
Select
hex character from upper nibble
126
hexChars[j * 2 + 1] = hexArray[v & 0x0F]; //
Select
hex character from lower nibble
/external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc
60
// "move-focus", "move-viewport", "
select
-all" and "toggle-cursor-visible"
66
g_signal_connect(handler, "
select
-all", G_CALLBACK(SelectAll), NULL);
99
// "move-focus", "move-viewport", "
select
-all" and "toggle-cursor-visible"
111
g_signal_override_class_handler("
select
-all",
279
void GtkKeyBindingsHandler::SelectAll(GtkTextView* text_view, gboolean
select
) {
280
if (
select
)
288
g_signal_stop_emission_by_name(text_view, "
select
-all");
/external/chromium_org/third_party/sqlite/src/test/
filefmt.test
46
SELECT
count(*) FROM sqlite_master
54
SELECT
count(*) FROM sqlite_master
86
SELECT
count(*) FROM sqlite_master
98
SELECT
count(*) FROM sqlite_master
115
SELECT
count(*) FROM sqlite_master
197
# Check that ticket 89b8c9ac54 is fixed. Before the fix, the
SELECT
212
SELECT
* FROM sqlite_master;
vtab7.test
89
SELECT
* FROM log;
95
SELECT
* FROM log;
101
SELECT
* FROM log;
112
SELECT
name FROM sqlite_master ORDER BY name;
126
SELECT
name FROM sqlite_master ORDER BY name;
148
SELECT
* from stuff;
199
SELECT
name FROM sqlite_master ORDER BY name;
/external/jpeg/
djpeg.1
53
Select
recommended processing options for fast, low quality output. (The
71
Select
BMP output format (Windows flavor). 8-bit colormapped format is
80
Select
GIF output format. Since GIF does not support more than 256 colors,
85
Select
BMP output format (OS/2 1.x flavor). 8-bit colormapped format is
94
Select
PBMPLUS (PPM/PGM) output format (this is the default format).
100
Select
RLE output format. (Requires URT library.)
103
Select
Targa output format. Gray-scale format is emitted if the JPEG file is
/external/llvm/test/CodeGen/ARM/
2011-02-04-AntidepMultidef.ll
37
%iftmp.5.0.1 =
select
i1 %5, i8 %7, i8 %8
51
%iftmp.5.0.2 =
select
i1 %11, i8 %13, i8 %14
65
%iftmp.5.0.4 =
select
i1 %17, i8 %19, i8 %20
76
%iftmp.5.0.5 =
select
i1 %23, i8 0, i8 undef
90
%iftmp.5.0.6 =
select
i1 %26, i8 %28, i8 %29
104
%iftmp.5.0.7 =
select
i1 %32, i8 %34, i8 %35
118
%iftmp.5.0.8 =
select
i1 %38, i8 %40, i8 %41
/external/qemu/distrib/jpeg-6b/
djpeg.1
53
Select
recommended processing options for fast, low quality output. (The
71
Select
BMP output format (Windows flavor). 8-bit colormapped format is
80
Select
GIF output format. Since GIF does not support more than 256 colors,
85
Select
BMP output format (OS/2 1.x flavor). 8-bit colormapped format is
94
Select
PBMPLUS (PPM/PGM) output format (this is the default format).
100
Select
RLE output format. (Requires URT library.)
103
Select
Targa output format. Gray-scale format is emitted if the JPEG file is
/external/icu4c/i18n/unicode/
selfmt.h
44
* <p>Note: Typically,
select
formatting is done via <code>MessageFormat</code>
45
* with a <code>
select
</code> argument type,
48
* <p>The main use case for the
select
format is gender based inflection.
113
* move bits of the sentence in and out of the
select
argument of a message.
117
* the form of the participle, uses a
select
format based on argument 1:</p>
119
* \htmlonly<pre>{0} est {1,
select
, female {allée} other {allé}} à {2}.</pre>\endhtmlonly
130
* one {est {2,
select
, female {allée} other {allé}}}
131
* other {sont {2,
select
, female {allées} other {allés}}}
158
* MessageFormat *msgFmt = new MessageFormat(UnicodeString("{0} est {1,
select
, female {allée} other {allé}} à Paris."), Locale("fr"), status);
209
* Sets the pattern used by this
select
format
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java
40
*
select
%expr; #REQUIRED
52
* The
select
expression to be executed.
64
* Set the "
select
" attribute.
65
* The required
select
attribute is an expression; this expression
69
* @param v The value to set for the "
select
" attribute.
85
* Get the "
select
" attribute.
86
* The required
select
attribute is an expression; this expression
90
* @return The value of the "
select
" attribute.
200
* The required
select
attribute is an expression; this expression
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html
160
-webkit-user-
select
: none;
229
<
select
id="proxySchemeHttp" name="proxySchemeHttp">
234
</
select
>
246
<
select
id="proxySchemeHttps" name="proxySchemeHttps">
251
</
select
>
260
<
select
id="proxySchemeFtp" name="proxySchemeFtp">
265
</
select
>
274
<
select
id="proxySchemeFallback" name="proxySchemeFallback">
279
</
select
>
/external/chromium_org/chrome/browser/resources/options/
content_settings.js
82
$('media-
select
-mic').addEventListener('change',
84
$('media-
select
-camera').addEventListener('change',
149
$('media-
select
-mic').disabled = true;
151
$('media-
select
-camera').disabled = true;
254
deviceSelect = $('media-
select
-mic');
256
deviceSelect = $('media-
select
-camera');
258
console.error('Unknown device type for <device
select
> UI element: ' +
294
var deviceSelect = $('media-
select
-mic');
303
var deviceSelect = $('media-
select
-camera');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
rule_list.js
131
// Setting
select
element for edit mode.
132
var
select
= cr.doc.createElement('
select
');
136
select
.appendChild(optionAllow);
141
select
.appendChild(optionBlock);
143
this.contentElement.appendChild(
select
);
144
select
.className = CSSClass.RULE_BEHAVIOR;
146
select
.setAttribute('displaymode', 'edit');
150
this.select_ =
select
;
/external/chromium_org/ui/android/java/strings/
android_ui_strings.grd
30
Select
color
32
<message desc="Accessibility label for button to
select
the red color." name="IDS_COLOR_PICKER_BUTTON_RED">
35
<message desc="Accessibility label for button to
select
the cyan color." name="IDS_COLOR_PICKER_BUTTON_CYAN">
38
<message desc="Accessibility label for button to
select
the blue color." name="IDS_COLOR_PICKER_BUTTON_BLUE">
41
<message desc="Accessibility label for button to
select
the green color." name="IDS_COLOR_PICKER_BUTTON_GREEN">
44
<message desc="Accessibility label for button to
select
the magenta color." name="IDS_COLOR_PICKER_BUTTON_MAGENTA">
47
<message desc="Accessibility label for button to
select
the yellow color." name="IDS_COLOR_PICKER_BUTTON_YELLOW">
50
<message desc="Accessibility label for button to
select
the black color." name="IDS_COLOR_PICKER_BUTTON_BLACK">
53
<message desc="Accessibility label for button to
select
the white color." name="IDS_COLOR_PICKER_BUTTON_WHITE">
/external/clang/test/CodeGenCXX/
new-overflow.cpp
19
// CHECK-NEXT: [[T3:%.*]] =
select
i1 [[T1]], i32 -1, i32 [[T2]]
42
// CHECK-NEXT: [[T4:%.*]] =
select
i1 [[T1]], i32 -1, i32 [[T2]]
70
// CHECK-NEXT: [[T8:%.*]] =
select
i1 [[T6]], i32 -1, i32 [[T7]]
89
// CHECK-NEXT: [[T1:%.*]] =
select
i1 [[T0]], i32 -1, i32 [[N]]
108
// CHECK-NEXT: [[T1:%.*]] =
select
i1 [[T0]], i32 -1, i32 [[N]]
130
// CHECK-NEXT: [[T3:%.*]] =
select
i1 [[T1]], i32 -1, i32 [[T2]]
153
// CHECK-NEXT: [[T4:%.*]] =
select
i1 [[T1]], i32 -1, i32 [[T2]]
178
// CHECK-NEXT: [[T6:%.*]] =
select
i1 [[T4]], i32 -1, i32 [[T5]]
203
// CHECK-NEXT: [[T6:%.*]] =
select
i1 [[T4]], i32 -1, i32 [[T5]]
/frameworks/base/docs/html/sdk/installing/
installing-adt.jd
32
<li>Start Eclipse, then
select
<strong>Help</strong> > <strong>Install New
42
<li>In the Available Software dialog,
select
the checkbox next to Developer Tools and click
60
<li>In the "Welcome to Android Development" window that appears,
select
<strong>Use
62
<li>Browse and
select
the location of the Android SDK directory you recently
106
<li>In Eclipse,
select
<strong>Help</strong> > <strong>Install New
114
<li>In the Available Software dialog,
select
the checkbox next to <strong>Android Developer Tools
179
<li>Start Eclipse, then
select
<strong>Help</strong> > <strong>Install New
183
<li>
Select
the downloaded {@adtZipDownload} file and click <strong>OK</strong>.</li>
185
<li>In the Available Software dialog,
select
the checkbox next to Developer Tools and click
/libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest.java
114
String selectQuery = "
SELECT
field1 FROM "
140
String selectQuery = "
SELECT
* FROM " + DatabaseCreator.TEST_TABLE1;
172
String selectQuery = "
SELECT
field2, field3 FROM "
203
String selectQuery = "
SELECT
id, field2, field3 FROM "
236
String selectQuery = "
SELECT
field2 FROM "
277
String selectQuery = "
SELECT
field2 FROM "
298
+ " SET field2='1' WHERE id < (
SELECT
COUNT(*) FROM "
305
String selectQuery = "
SELECT
id, field2 FROM "
337
String selectQuery = "
SELECT
field2 FROM "
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4114.h
65
#define AK4114_CS12 (1<<7) /* Channel Status
Select
*/
67
#define AK4114_CM1 (1<<5) /* Master Clock Operation
Select
*/
68
#define AK4114_CM0 (1<<4) /* Master Clock Operation
Select
*/
69
#define AK4114_OCKS1 (1<<3) /* Master Clock Frequency
Select
*/
70
#define AK4114_OCKS0 (1<<2) /* Master Clock Frequency
Select
*/
114
#define AK4114_TLR (1<<4) /* Double Sampling Frequency
Select
for DIT (0 = L channel, 1 = R channel) */
116
#define AK4114_IPS2 (1<<2) /* Input Recovery Data
Select
*/
117
#define AK4114_IPS1 (1<<1) /* Input Recovery Data
Select
*/
118
#define AK4114_IPS0 (1<<0) /* Input Recovery Data
Select
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4114.h
65
#define AK4114_CS12 (1<<7) /* Channel Status
Select
*/
67
#define AK4114_CM1 (1<<5) /* Master Clock Operation
Select
*/
68
#define AK4114_CM0 (1<<4) /* Master Clock Operation
Select
*/
69
#define AK4114_OCKS1 (1<<3) /* Master Clock Frequency
Select
*/
70
#define AK4114_OCKS0 (1<<2) /* Master Clock Frequency
Select
*/
114
#define AK4114_TLR (1<<4) /* Double Sampling Frequency
Select
for DIT (0 = L channel, 1 = R channel) */
116
#define AK4114_IPS2 (1<<2) /* Input Recovery Data
Select
*/
117
#define AK4114_IPS1 (1<<1) /* Input Recovery Data
Select
*/
118
#define AK4114_IPS0 (1<<0) /* Input Recovery Data
Select
*/
/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
40
// "OK" status word sent in response to
SELECT
AID command (0x9000)
75
// Build
SELECT
AID command for our loyalty card service.
102
* Build APDU for
SELECT
AID command. This command indicates which service a reader is
105
* @param aid Application ID (AID) to
select
106
* @return APDU for
SELECT
AID command
/developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
40
// "OK" status word sent in response to
SELECT
AID command (0x9000)
75
// Build
SELECT
AID command for our loyalty card service.
102
* Build APDU for
SELECT
AID command. This command indicates which service a reader is
105
* @param aid Application ID (AID) to
select
106
* @return APDU for
SELECT
AID command
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_single_selection_model.js
63
* @param {number} start The first index to
select
.
64
* @param {number} end The last index to
select
.
67
// Only
select
first index.
75
//
Select
all is not allowed on a single selection model
98
* @param {boolean} b Whether to
select
the index or not.
/external/chromium/webkit/glue/resources/
webkit_strings_en-GB.xtb
23
<translation id="7263440858009898357">Please
select
an item in the list.</translation>
28
<translation id="8451268428117625855">Please
select
a file.</translation>
44
<translation id="5466621249238537318">Please
select
one or more files.</translation>
45
<translation id="8750798805984357768">Please
select
one of these options.</translation>
53
<translation id="1842960171412779397">
select
</translation>
/external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.js
49
SELECT
: 'print_preview.DestinationListItem.
SELECT
',
138
* Called when the destination item is activated. Dispatches a
SELECT
event
157
var selectEvt = new Event(DestinationListItem.EventType.
SELECT
);
169
var selectEvt = new Event(DestinationListItem.EventType.
SELECT
);
Completed in 539 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>