OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keys
(Results
851 - 875
of
5906
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/mesa3d/src/mapi/glapi/gen/
gl_enums.py
171
keys
= self.enum_table.
keys
()
172
keys
.sort()
177
for enum in
keys
:
208
print 'static const unsigned reduced_enums[%u] =' % (len(
keys
))
210
for enum in
keys
:
/external/sepolicy/tools/
insertkeys.py
15
clause with
keys
provided by pem files.
21
Generates an object with Base16 and Base64 encoded versions of the
keys
169
usage += "of signing
keys
into the mac_permision.xml file(s) from the\n"
192
help="Specify a parent directory for
keys
")
197
parser.error("Must specify a config file (
keys
.conf) AND mac_permissions.xml file(s)!")
215
# Generate the XML file with markup replaced with
keys
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl
223
foreach $table (
keys
%notpredicted) {
225
foreach $sym (
keys
%{$notpredicted{$table}}) {
235
foreach $plane (sort numerically
keys
%table) {
238
foreach $shifted (sort numerically
keys
%{$intable{$table}}) {
246
foreach $plane (sort numerically
keys
%table) {
250
foreach $shifted (sort numerically
keys
%{$intable{$table}}) {
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.h
249
int ikev2_keys_set(struct ikev2_keys *
keys
);
250
void ikev2_free_keys(struct ikev2_keys *
keys
);
292
struct ikev2_keys *
keys
, int initiator,
324
u8 * ikev2_decrypt_payload(int encr_id, int integ_id, struct ikev2_keys *
keys
,
329
int ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *
keys
,
336
struct ikev2_keys *
keys
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XF86keysym.h
34
* best to explain the semantic meaning of these
keys
.
50
*
Keys
found on some "Internet" keyboards.
93
#define XF86XK_LightBulb 0x1008FF35 /* Light bulb
keys
exist */
186
/*
Keys
for special action
keys
(hot
keys
) */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h
34
* best to explain the semantic meaning of these
keys
.
50
*
Keys
found on some "Internet" keyboards.
93
#define XF86XK_LightBulb 0x1008FF35 /* Light bulb
keys
exist */
186
/*
Keys
for special action
keys
(hot
keys
) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h
34
* best to explain the semantic meaning of these
keys
.
50
*
Keys
found on some "Internet" keyboards.
93
#define XF86XK_LightBulb 0x1008FF35 /* Light bulb
keys
exist */
186
/*
Keys
for special action
keys
(hot
keys
) */
/bootable/recovery/
verifier.cpp
33
//
keys
.
214
// Reads a file containing one or more public
keys
as produced by
220
// For key versions newer than the original 2048-bit e=3
keys
230
// The file may contain multiple
keys
in this format, separated by
242
// Returns NULL if the file failed to parse, or if it contain zero
keys
.
308
// if the line ends in a comma, this file has more
keys
.
311
// more
keys
to come.
319
LOGE("unexpected character between
keys
\n");
/development/tools/axl/
chewperf.py
71
top = max(buckets.
keys
())
73
if x not in buckets.
keys
():
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
KeyPairTest.java
75
// check result: compare public
keys
86
// check result: compare private
keys
/external/chromium/chrome/browser/debugger/manual_tests/
element-styles.html
23
<li>Press Up/Down
keys
do see the argument value change in 1.0 steps (0.1 steps in the [-1; 1] range).
24
<li>Press Shift+Up/Down
keys
to see the argument value change in 10.0 steps.
/external/chromium/chrome/browser/importer/
firefox_importer_utils_win.cc
27
// When installing Firefox with admin account, the product
keys
will be
28
// written under HKLM\Mozilla. Otherwise it the
keys
will be written under
/external/chromium/chrome/browser/sync/util/
nigori.h
39
// Initialize the client by importing the given
keys
instead of deriving new
59
// Exports the raw derived
keys
.
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc
18
namespace
keys
= extension_manifest_keys;
27
extension->GetManifestData(
keys
::kSpellcheck));
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc
29
namespace
keys
= tabs_constants;
51
keys
::kWindowNotFoundError));
87
EXPECT_TRUE(result.get()->GetList(
keys
::kTabsKey, &tabs));
124
keys
::kWindowNotFoundError));
157
EXPECT_FALSE(result.get()->GetList(
keys
::kTabsKey, &tabs));
171
EXPECT_TRUE(result.get()->GetList(
keys
::kTabsKey, &tabs));
202
EXPECT_FALSE(result_window->GetList(
keys
::kTabsKey, &tabs));
224
EXPECT_TRUE(result_window->GetList(
keys
::kTabsKey, &tabs));
347
keys
::kIncognitoModeIsForced));
358
keys
::kIncognitoModeIsForced))
[
all
...]
/external/chromium_org/chrome/browser/extensions/
state_store.h
65
// Removes all
keys
registered for the given extension.
74
// List of all known
keys
. They will be cleared for each extension when it is
/external/chromium_org/chrome/browser/resources/sync_internals/
notifications.js
16
// Contains all notification data. The
keys
are sync types (as strings) and
49
// notificationInfo[k] has values for the totalCount and payload
keys
,
/external/chromium_org/chrome/common/extensions/
background_info.h
76
// Parses all background/event page-related
keys
in the manifest.
89
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.h
66
// Parses all app launch related
keys
in the manifest.
76
virtual const std::vector<std::string>
Keys
() const OVERRIDE;
/external/chromium_org/chrome/installer/setup/
uninstall.h
28
// This function removes all Chrome registration related
keys
. It returns true
38
// Removes any legacy registry
keys
from earlier versions of Chrome that are no
/external/chromium_org/chromeos/ime/
ibus_keymap.cc
15
// TODO: Ensure all
keys
are supported.
111
// Function
keys
126
// Alphanumeric
keys
156
case 0x0027: return "
KeyS
";
200
// Control pad
keys
215
// Arrow pad
keys
221
// Numpad
keys
240
// Unsupported
keys
/external/chromium_org/net/third_party/nss/ssl/
sslenum.c
98
/* export ciphersuites with 1024-bit public key exchange
keys
*/
102
/* export ciphersuites with 512-bit public key exchange
keys
*/
/external/chromium_org/remoting/base/
rsa_key_pair_unittest.cc
57
// we generate the same signature with both
keys
.
85
// Sign using different
keys
/messages and check that signatures are different.
/external/chromium_org/remoting/protocol/
input_event_tracker.cc
60
// Pressed
keys
will be released with |lock_states| set to 0.
62
// we release all the pressed
keys
at blurring/disconnection time.
/external/chromium_org/rlz/test/
rlz_test_helpers.cc
28
// Wipe the
keys
we redirect to.
36
// Create the
keys
we're redirecting HKCU and HKLM to.
Completed in 1483 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>